{"id":1264,"date":"2026-07-29T21:39:02","date_gmt":"2026-07-29T21:39:02","guid":{"rendered":"https:\/\/datalunchconsulting.com\/en\/?p=1264"},"modified":"2026-07-29T21:39:05","modified_gmt":"2026-07-29T21:39:05","slug":"python-or-sql-for-analytics","status":"publish","type":"post","link":"https:\/\/datalunchconsulting.com\/en\/python-or-sql-for-analytics\/","title":{"rendered":"Python or SQL for Analytics? Start With Both"},"content":{"rendered":"<p>A monthly performance report is due, and the team has three questions: Which customers are buying less? Which locations are missing targets? What should we do next? SQL can retrieve the right records from a database in seconds. Python can turn those records into a repeatable analysis, forecast, or automated report. That is why the question of <strong>python or SQL for analytics<\/strong> is rarely a true either-or decision.<\/p>\n<p>The better question is which skill solves your immediate business problem and which one builds the strongest long-term analytics capability. For most analysts and organizations, SQL and Python have distinct roles that become far more valuable when used together.<\/p>\n<h2>Python or SQL for analytics: the practical difference<\/h2>\n<p>SQL is the language of asking questions of structured data stored in relational databases. It helps analysts select, filter, join, summarize, and validate information across tables. If sales transactions, customer records, inventory data, and employee information live in a data warehouse, SQL is often the fastest path to an answer.<\/p>\n<p>Python is a general-purpose programming language with a powerful analytics ecosystem. It can clean inconsistent files, perform statistical analysis, build predictive models, automate repetitive workflows, connect to APIs, and create custom data applications. Where SQL is especially strong at working inside a database, Python is especially useful when the work extends beyond a single query.<\/p>\n<p>Neither tool is inherently more advanced or more valuable. A clean SQL query that identifies a declining product line can drive a better decision than a sophisticated Python model built on the wrong data. At the same time, a team that relies only on manual queries may miss opportunities to automate recurring work or analyze more complex patterns.<\/p>\n<h2>When SQL delivers the fastest business value<\/h2>\n<p>SQL should be a priority when an organization needs reliable access to business data. It is the core skill behind many dashboards, recurring KPI reports, data quality checks, and ad hoc analyses. Analysts use SQL to combine orders with customer profiles, calculate monthly revenue, identify overdue accounts, or compare current performance against prior periods.<\/p>\n<h3>SQL makes data questions precise<\/h3>\n<p>Good analytics starts with clear definitions. What counts as an active customer? Is revenue calculated before or after refunds? Which date determines a completed sale? SQL encourages that precision because every query requires the analyst to specify the records, conditions, calculations, and relationships being used.<\/p>\n<p>This matters for organizations building consistent reporting. A dashboard can look polished while showing conflicting metrics if the underlying logic is unclear. Shared SQL practices help teams document calculations, validate totals, and create a dependable foundation for business intelligence tools such as Power BI and Tableau.<\/p>\n<h3>SQL is often the best first language for analysts<\/h3>\n<p>For professionals moving into analytics, SQL typically produces useful results quickly. The syntax is focused on data tasks, and learners can apply it directly to realistic business questions. They can see how customer, product, and transaction tables relate, which also builds an understanding of how operational systems store information.<\/p>\n<p>SQL is especially valuable for business analysts, BI analysts, operations analysts, marketing analysts, and finance professionals who regularly work with databases or dashboards. It is also an essential capability for teams that want to reduce dependence on <a href=\"https:\/\/datalunchconsulting.com\/en\/data-consulting-services\/\">manual spreadsheet exports<\/a>.<\/p>\n<h2>Where Python expands analytics capability<\/h2>\n<p>Python becomes valuable when the analysis needs more flexibility than a database query can provide. Consider a process that combines monthly vendor files, removes duplicates, standardizes category names, calculates performance metrics, and sends an updated report to stakeholders. SQL may handle part of the process, but Python can orchestrate the entire workflow.<\/p>\n<h3>Python handles messy and varied data<\/h3>\n<p>Business data does not always arrive in a well-organized warehouse. It may come from Excel files, CRM exports, survey results, PDF extracts, web services, or shared folders. Python can help analysts standardize these inputs and create repeatable data preparation steps instead of rebuilding the same spreadsheet logic every month.<\/p>\n<p>This is particularly useful for small and mid-sized organizations where reporting processes have grown organically. A practical Python workflow can reduce manual effort, improve consistency, and give staff more time to interpret results rather than prepare files.<\/p>\n<h3>Python supports deeper analysis and automation<\/h3>\n<p>Python is well suited to statistical testing, forecasting, customer segmentation, text analysis, machine learning, and AI-enabled workflows. For example, a retailer might use SQL to retrieve sales and inventory history, then use Python to forecast demand by location. A service organization might use Python to categorize open-ended survey comments and identify the themes affecting customer satisfaction.<\/p>\n<p>Python is not necessary for every analytics project. If a straightforward SQL query and dashboard answer the question, adding code can create unnecessary complexity. But when a process must run repeatedly, combine multiple sources, or produce more advanced analysis, Python can turn an isolated task into a scalable capability.<\/p>\n<h2>Which should you learn first?<\/h2>\n<p>For many aspiring analysts, the strongest sequence is SQL first, followed by Python. SQL teaches the structure of data and the discipline of answering focused business questions. Python then adds the ability to automate, extend, and operationalize that work.<\/p>\n<h3>Start with SQL if your work centers on reporting<\/h3>\n<p>Choose SQL first if you need to pull data for dashboards, investigate performance changes, create recurring KPI reports, or work directly with a company database. It is also the right starting point if job descriptions in your target field emphasize reporting, business intelligence, data warehousing, or dashboard development.<\/p>\n<p>The early goal is not memorizing every command. It is learning to write accurate queries, join tables correctly, aggregate results, and check whether the output makes business sense. Those habits translate to every analytics tool that follows.<\/p>\n<h3>Start with Python if automation is the immediate need<\/h3>\n<p>Python may be the better first step for someone whose primary challenge is repetitive file-based work. If you spend hours each week cleaning spreadsheets, combining CSV files, downloading data, or preparing the same report, Python can create immediate time savings.<\/p>\n<p>It can also be a sensible first choice for professionals who already understand their data sources and want to move toward predictive analytics or AI applications. Even then, learning basic SQL soon afterward is wise. Most meaningful analysis eventually depends on retrieving trustworthy data from a database.<\/p>\n<h2>How SQL and Python work together in real projects<\/h2>\n<p>The most effective analytics workflow often follows a simple pattern. SQL extracts and prepares the relevant data. Python performs specialized analysis, automation, or modeling. A BI dashboard or concise presentation communicates the findings to decision-makers.<\/p>\n<p>Imagine a nonprofit that wants to improve donor retention. An analyst can use SQL to identify donation history, event attendance, campaign responses, and contact activity. Python can then group donors by engagement patterns and estimate which segments may be at risk of lapsing. Leaders can use those findings to target outreach, allocate staff time, and measure whether retention improves.<\/p>\n<p>The same approach works in operations, healthcare, education, government, and commercial organizations. The tools matter, but the outcome matters more: better decisions based on reliable data, clear measures, and a process that the team can repeat.<\/p>\n<h2>Build skills around decisions, not software labels<\/h2>\n<p>Learning Python and SQL is most effective when each exercise connects to a business use case. Rather than practicing commands in isolation, work with projects that require you to define a question, prepare data, analyze results, and explain what action should follow.<\/p>\n<p>For individuals, a portfolio project might examine sales trends, customer churn, staffing needs, or campaign performance. For organizations, a workforce development plan should connect training to actual reporting gaps, operational goals, and data governance needs. <a href=\"https:\/\/datalunchconsulting.com\/en\/training-and-courses-services\/\">Instructor-led training<\/a> can shorten the learning curve by providing feedback on both technical work and business interpretation.<\/p>\n<p>DataLunch Consulting helps professionals and teams build these skills through practical, <a href=\"https:\/\/datalunchconsulting.com\/en\/courses\/\">project-based analytics training<\/a> that connects SQL, Python, visualization, and decision-making. The goal is not simply to teach a language. It is to help learners use data with confidence in the situations that matter at work.<\/p>\n<p>Start with the business question your team needs answered this month. Learn the tool that gets you to a trusted answer, then add the next capability that makes the process faster, smarter, and easier to sustain.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.<\/p>\n","protected":false},"author":1,"featured_media":1265,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[35],"tags":[],"class_list":["post-1264","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-analytics"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Python or SQL for Analytics? Start With Both - DataLunch Consulting<\/title>\n<meta name=\"description\" content=\"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datalunchconsulting.com\/en\/python-or-sql-for-analytics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python or SQL for Analytics? Start With Both - DataLunch Consulting\" \/>\n<meta property=\"og:description\" content=\"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datalunchconsulting.com\/en\/python-or-sql-for-analytics\/\" \/>\n<meta property=\"og:site_name\" content=\"DataLunch Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-29T21:39:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-29T21:39:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#\\\/schema\\\/person\\\/1914fb8a5a2d7d21553ac7797925cd1c\"},\"headline\":\"Python or SQL for Analytics? Start With Both\",\"datePublished\":\"2026-07-29T21:39:02+00:00\",\"dateModified\":\"2026-07-29T21:39:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/\"},\"wordCount\":1357,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/python-or-sql-for-analytics-start-with-both-featured.webp\",\"articleSection\":[\"Data Analytics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/\",\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/\",\"name\":\"Python or SQL for Analytics? Start With Both - DataLunch Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/python-or-sql-for-analytics-start-with-both-featured.webp\",\"datePublished\":\"2026-07-29T21:39:02+00:00\",\"dateModified\":\"2026-07-29T21:39:05+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#\\\/schema\\\/person\\\/1914fb8a5a2d7d21553ac7797925cd1c\"},\"description\":\"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/python-or-sql-for-analytics-start-with-both-featured.webp\",\"contentUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/python-or-sql-for-analytics-start-with-both-featured.webp\",\"width\":1536,\"height\":1024,\"caption\":\"Python or SQL for Analytics? Start With Both\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/python-or-sql-for-analytics\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datalunchconsulting.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python or SQL for Analytics? Start With Both\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#website\",\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/\",\"name\":\"DataLunch Consulting\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/datalunchconsulting.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#\\\/schema\\\/person\\\/1914fb8a5a2d7d21553ac7797925cd1c\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/datalunchconsulting.com\"],\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python or SQL for Analytics? Start With Both - DataLunch Consulting","description":"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/datalunchconsulting.com\/en\/python-or-sql-for-analytics\/","og_locale":"en_US","og_type":"article","og_title":"Python or SQL for Analytics? Start With Both - DataLunch Consulting","og_description":"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.","og_url":"https:\/\/datalunchconsulting.com\/en\/python-or-sql-for-analytics\/","og_site_name":"DataLunch Consulting","article_published_time":"2026-07-29T21:39:02+00:00","article_modified_time":"2026-07-29T21:39:05+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#article","isPartOf":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/"},"author":{"name":"admin","@id":"https:\/\/datalunchconsulting.com\/#\/schema\/person\/1914fb8a5a2d7d21553ac7797925cd1c"},"headline":"Python or SQL for Analytics? Start With Both","datePublished":"2026-07-29T21:39:02+00:00","dateModified":"2026-07-29T21:39:05+00:00","mainEntityOfPage":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/"},"wordCount":1357,"commentCount":0,"image":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp","articleSection":["Data Analytics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/","url":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/","name":"Python or SQL for Analytics? Start With Both - DataLunch Consulting","isPartOf":{"@id":"https:\/\/datalunchconsulting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#primaryimage"},"image":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#primaryimage"},"thumbnailUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp","datePublished":"2026-07-29T21:39:02+00:00","dateModified":"2026-07-29T21:39:05+00:00","author":{"@id":"https:\/\/datalunchconsulting.com\/#\/schema\/person\/1914fb8a5a2d7d21553ac7797925cd1c"},"description":"Choosing Python or SQL for analytics? See where each tool delivers value, what to learn first, and how both support better business decisions every day.","breadcrumb":{"@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#primaryimage","url":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp","contentUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/07\/python-or-sql-for-analytics-start-with-both-featured.webp","width":1536,"height":1024,"caption":"Python or SQL for Analytics? Start With Both"},{"@type":"BreadcrumbList","@id":"https:\/\/datalunchconsulting.com\/python-or-sql-for-analytics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datalunchconsulting.com\/en\/"},{"@type":"ListItem","position":2,"name":"Python or SQL for Analytics? Start With Both"}]},{"@type":"WebSite","@id":"https:\/\/datalunchconsulting.com\/#website","url":"https:\/\/datalunchconsulting.com\/","name":"DataLunch Consulting","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datalunchconsulting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/datalunchconsulting.com\/#\/schema\/person\/1914fb8a5a2d7d21553ac7797925cd1c","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/81aa9fadd52f149eb5f166625519254c613eece76139d99186ed7621a64ec9da?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/datalunchconsulting.com"],"url":"https:\/\/datalunchconsulting.com\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts\/1264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/comments?post=1264"}],"version-history":[{"count":1,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts\/1264\/revisions"}],"predecessor-version":[{"id":1269,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts\/1264\/revisions\/1269"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/media\/1265"}],"wp:attachment":[{"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/media?parent=1264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/categories?post=1264"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/tags?post=1264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}