{"id":1334,"date":"2026-08-24T21:16:56","date_gmt":"2026-08-24T21:16:56","guid":{"rendered":"https:\/\/datalunchconsulting.com\/en\/?p=1334"},"modified":"2026-08-24T21:17:00","modified_gmt":"2026-08-24T21:17:00","slug":"how-to-audit-data-quality","status":"publish","type":"post","link":"https:\/\/datalunchconsulting.com\/en\/how-to-audit-data-quality\/","title":{"rendered":"How to Audit Data Quality for Better Decisions"},"content":{"rendered":"<p>A monthly sales dashboard shows a 12% increase in revenue, but finance cannot reconcile the figure to the general ledger. Customer records contain duplicate accounts, product codes changed mid-quarter, and a critical date field is blank in thousands of rows. This is the point at which leaders need to know how to audit data quality &#8211; not as a technical cleanup exercise, but as a way to protect decisions, reporting, and operational performance.<\/p>\n<p>A useful data quality audit turns vague concerns about bad data into evidence. It identifies where defects occur, how much business risk they create, who owns the correction, and what controls will prevent the same issue from returning. The goal is not perfect data in every system. The goal is data that is fit for the business purpose it supports.<\/p>\n<h2>What a Data Quality Audit Should Deliver<\/h2>\n<p>A data quality audit is a structured review of whether data meets defined standards for use. It examines source systems, data movement, transformations, business rules, and the reports or models that depend on the data. It should produce more than a list of errors.<\/p>\n<p>A strong audit gives decision-makers a baseline quality score, a prioritized issue log, identified data owners, and a practical remediation plan. For example, a missing optional marketing preference may be a low-priority issue. An incorrect customer status that excludes eligible clients from service or billing is not. The audit must distinguish between inconvenience and business risk.<\/p>\n<p>This distinction matters because data teams rarely have unlimited time to fix every inconsistency. Prioritization helps organizations focus effort where it will improve revenue reporting, customer service, compliance, forecasting, inventory, or other measurable outcomes.<\/p>\n<h2>How to Audit Data Quality: A Practical Framework<\/h2>\n<h3>Start with a business decision, not a database<\/h3>\n<p>The fastest way to create an unhelpful audit is to inspect every table without a clear use case. Begin with the decision, process, or report that needs trustworthy data. This may be a quarterly revenue forecast, a grant compliance report, a workforce retention analysis, or an executive dashboard.<\/p>\n<p>Define the business questions that the data must answer and the consequences of getting them wrong. Then map the key metrics back to their source fields. If a revenue dashboard depends on order date, invoice amount, customer ID, product category, and payment status, those fields become the initial audit scope.<\/p>\n<p>Keep the first scope manageable. A focused audit of one high-value reporting process often produces faster results and creates a model for broader <a href=\"https:\/\/datalunchconsulting.com\/en\/data-consulting-services\/\">data governance<\/a>. Enterprise-wide audits are appropriate when a major transformation, merger, or regulatory requirement is involved, but they require stronger sponsorship and more time.<\/p>\n<h3>Document the data journey<\/h3>\n<p>Data problems are often introduced between the source system and the final report. A field may be entered incorrectly, overwritten during an integration, mapped to the wrong category in a transformation, or calculated differently across dashboards.<\/p>\n<p>Create a simple data flow map that shows where the data originates, who enters or maintains it, how it moves between systems, what transformations occur, and where it is consumed. Include spreadsheets and manual exports. These informal processes are frequently where version confusion, broken formulas, and undocumented adjustments appear.<\/p>\n<p>At this stage, ask practical questions. Is customer ID generated by the CRM or manually entered? Does the accounting system use the same product hierarchy as the sales system? Does a Power BI report refresh from an approved dataset or a local file? Clear answers reveal both technical and process risks.<\/p>\n<h3>Test the dimensions that matter<\/h3>\n<p>Data quality has several dimensions. Not every dataset needs the same standard. A real-time operations dashboard may prioritize timeliness, while a compliance report may demand near-perfect accuracy and completeness.<\/p>\n<p>Use these dimensions to define audit tests:<\/p>\n<ul>\n<li><strong>Completeness:<\/strong> Are required values present? Measure null, blank, and placeholder values in critical fields.<\/li>\n<li><strong>Accuracy:<\/strong> Does the value match a trusted source or real-world condition? Test samples against invoices, contracts, source applications, or verified records.<\/li>\n<li><strong>Validity:<\/strong> Does the data follow defined formats, ranges, and business rules? Examples include valid email structures, dates that are not in the future, and approved state codes.<\/li>\n<li><strong>Consistency:<\/strong> Is the same concept represented the same way across systems and reports? A customer should not be classified as active in one system and inactive in another without a valid reason.<\/li>\n<li><strong>Uniqueness:<\/strong> Are records duplicated when they should represent one entity? Duplicate customers, invoices, or employee records can distort counts and totals.<\/li>\n<li><strong>Timeliness:<\/strong> Is data available when users need it, and does it reflect the required reporting period?<\/li>\n<\/ul>\n<p>For each test, define an acceptable threshold. For instance, a payroll employee ID field may require 100% completeness. A voluntary survey field may have a much lower threshold. Quality standards should reflect business impact rather than arbitrary technical preferences.<\/p>\n<h3>Profile the data before making assumptions<\/h3>\n<p>Data profiling provides a factual picture of what is in a dataset. Review row counts, distinct values, null rates, data types, minimum and maximum values, common patterns, duplicate rates, and unexpected outliers.<\/p>\n<p>A few examples show why this step is valuable. A field labeled as a date may contain text values such as N\/A or TBD. A revenue column may include negative numbers that represent credits, or negative numbers caused by an extraction error. A state field may contain a mix of full names, abbreviations, misspellings, and international locations.<\/p>\n<p>SQL, Excel, Python, R, Power BI, and Tableau can all support profiling, depending on the data environment and team skills. The tool matters less than the discipline: profile systematically, save the results, and compare them against defined expectations.<\/p>\n<h3>Validate business rules with the people who use the data<\/h3>\n<p>Technical checks alone cannot determine whether data is meaningful. A value can be valid in format yet wrong in context. A customer record marked as closed may follow all database rules but conflict with an active service agreement.<\/p>\n<p>Meet with subject matter experts from finance, operations, sales, HR, or the relevant function. Review the findings and ask whether the rules match the way work is actually performed. This is where undocumented processes often surface, such as a manager using a special status code during a temporary transition.<\/p>\n<p>These conversations should result in clear, testable rules. For example: every completed order must have an order date, customer ID, approved product code, and nonzero amount. Or: employees in active status must have a department, manager, and hire date. Vague rules create inconsistent audits; specific rules can be monitored.<\/p>\n<h3>Quantify impact and assign ownership<\/h3>\n<p>An audit report should connect defects to consequences. Instead of reporting that 8% of records have missing customer segments, explain what that prevents: incomplete territory planning, unreliable campaign targeting, or inaccurate retention analysis.<\/p>\n<p>Prioritize issues using a combination of business impact, volume, frequency, and effort to resolve. A defect affecting 50 high-value invoices may deserve more immediate attention than a formatting issue across 5,000 low-risk archival records.<\/p>\n<p>Every priority issue needs an owner. Data ownership is not simply an IT responsibility. The business function that defines and uses the data should own the meaning, rules, and acceptable thresholds. Technical teams typically own the pipelines, access, transformations, and monitoring that support those standards. Shared accountability works best when responsibilities are explicit.<\/p>\n<h2>Turn Audit Findings Into Lasting Controls<\/h2>\n<p>Cleaning data once is useful, but it does not solve the process that created the problem. Pair remediation with preventive controls. Required fields, controlled dropdown lists, duplicate detection, reference-data management, validation rules, approval workflows, and automated exception reports can stop many defects at the point of entry.<\/p>\n<p>For recurring analytical workflows, build quality checks into the pipeline. A refresh should flag an unusual row-count drop, a spike in null values, or a new category that does not match the approved list. When thresholds are breached, notify the right owner before incorrect numbers reach a dashboard or leadership meeting.<\/p>\n<p>Document each rule, metric, threshold, source, owner, and escalation path. This creates a data quality scorecard that can be reviewed regularly. Start with a small number of high-value measures. A scorecard with five meaningful indicators is more likely to drive action than a dense report with fifty measures nobody owns.<\/p>\n<h2>Make Data Quality an Operating Habit<\/h2>\n<p>The right audit frequency depends on the data and its use. Transactional data feeding daily operations may need automated daily checks. Executive reporting may require validation before each monthly close. Less critical reference data can be reviewed quarterly.<\/p>\n<p>Reaudit after major changes such as a new CRM, an ERP migration, revised business definitions, or a new dashboard. These changes often introduce silent mapping and logic issues, even when the implementation appears successful.<\/p>\n<p>Organizations build confidence in analytics when people can trace a number, understand its definition, and trust the controls behind it. DataLunch Consulting helps teams develop the practical analytics and <a href=\"https:\/\/datalunchconsulting.com\/en\/training-and-courses-services\/\">data literacy skills<\/a> needed to make that confidence part of everyday decision-making. Start with one decision that matters, measure the quality of the data behind it, and use what you learn to make the next decision stronger.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.<\/p>\n","protected":false},"author":1,"featured_media":1335,"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,65],"tags":[],"class_list":["post-1334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-analytics","category-data-strategy"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Audit Data Quality for Better Decisions - DataLunch Consulting<\/title>\n<meta name=\"description\" content=\"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.\" \/>\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\/how-to-audit-data-quality\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Audit Data Quality for Better Decisions - DataLunch Consulting\" \/>\n<meta property=\"og:description\" content=\"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datalunchconsulting.com\/en\/how-to-audit-data-quality\/\" \/>\n<meta property=\"og:site_name\" content=\"DataLunch Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-24T21:16:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T21:17:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-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\\\/how-to-audit-data-quality\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#\\\/schema\\\/person\\\/1914fb8a5a2d7d21553ac7797925cd1c\"},\"headline\":\"How to Audit Data Quality for Better Decisions\",\"datePublished\":\"2026-08-24T21:16:56+00:00\",\"dateModified\":\"2026-08-24T21:17:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/\"},\"wordCount\":1492,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-to-audit-data-quality-for-better-decisions-featured.webp\",\"articleSection\":[\"Data Analytics\",\"Data Strategy\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/\",\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/\",\"name\":\"How to Audit Data Quality for Better Decisions - DataLunch Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-to-audit-data-quality-for-better-decisions-featured.webp\",\"datePublished\":\"2026-08-24T21:16:56+00:00\",\"dateModified\":\"2026-08-24T21:17:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/#\\\/schema\\\/person\\\/1914fb8a5a2d7d21553ac7797925cd1c\"},\"description\":\"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-to-audit-data-quality-for-better-decisions-featured.webp\",\"contentUrl\":\"https:\\\/\\\/datalunchconsulting.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/how-to-audit-data-quality-for-better-decisions-featured.webp\",\"width\":1536,\"height\":1024,\"caption\":\"How to Audit Data Quality for Better Decisions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datalunchconsulting.com\\\/how-to-audit-data-quality\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datalunchconsulting.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Audit Data Quality for Better Decisions\"}]},{\"@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":"How to Audit Data Quality for Better Decisions - DataLunch Consulting","description":"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.","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\/how-to-audit-data-quality\/","og_locale":"en_US","og_type":"article","og_title":"How to Audit Data Quality for Better Decisions - DataLunch Consulting","og_description":"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.","og_url":"https:\/\/datalunchconsulting.com\/en\/how-to-audit-data-quality\/","og_site_name":"DataLunch Consulting","article_published_time":"2026-08-24T21:16:56+00:00","article_modified_time":"2026-08-24T21:17:00+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-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\/how-to-audit-data-quality\/#article","isPartOf":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/"},"author":{"name":"admin","@id":"https:\/\/datalunchconsulting.com\/#\/schema\/person\/1914fb8a5a2d7d21553ac7797925cd1c"},"headline":"How to Audit Data Quality for Better Decisions","datePublished":"2026-08-24T21:16:56+00:00","dateModified":"2026-08-24T21:17:00+00:00","mainEntityOfPage":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/"},"wordCount":1492,"commentCount":0,"image":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#primaryimage"},"thumbnailUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-featured.webp","articleSection":["Data Analytics","Data Strategy"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/","url":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/","name":"How to Audit Data Quality for Better Decisions - DataLunch Consulting","isPartOf":{"@id":"https:\/\/datalunchconsulting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#primaryimage"},"image":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#primaryimage"},"thumbnailUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-featured.webp","datePublished":"2026-08-24T21:16:56+00:00","dateModified":"2026-08-24T21:17:00+00:00","author":{"@id":"https:\/\/datalunchconsulting.com\/#\/schema\/person\/1914fb8a5a2d7d21553ac7797925cd1c"},"description":"Learn how to audit data quality with a practical framework that identifies errors, clarifies ownership, and improves reporting, analytics, and decisions.","breadcrumb":{"@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#primaryimage","url":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-featured.webp","contentUrl":"https:\/\/datalunchconsulting.com\/wp-content\/uploads\/2026\/08\/how-to-audit-data-quality-for-better-decisions-featured.webp","width":1536,"height":1024,"caption":"How to Audit Data Quality for Better Decisions"},{"@type":"BreadcrumbList","@id":"https:\/\/datalunchconsulting.com\/how-to-audit-data-quality\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datalunchconsulting.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to Audit Data Quality for Better Decisions"}]},{"@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\/1334","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=1334"}],"version-history":[{"count":1,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts\/1334\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/posts\/1334\/revisions\/1336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/media\/1335"}],"wp:attachment":[{"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/media?parent=1334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/categories?post=1334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datalunchconsulting.com\/en\/wp-json\/wp\/v2\/tags?post=1334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}