{"id":23168,"date":"2020-09-25T10:39:21","date_gmt":"2020-09-25T17:39:21","guid":{"rendered":"https:\/\/careerkarma.com\/blog\/?p=23168"},"modified":"2023-12-01T04:00:24","modified_gmt":"2023-12-01T12:00:24","slug":"what-is-data-cleaning","status":"publish","type":"post","link":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/","title":{"rendered":"What is Data Cleaning?"},"content":{"rendered":"\n<p>When data scientists talk about \u201ccleaning\u201d data, it\u2019s hard to interpret them literally. This is reasonable because data scientists do not physically clean data with sanitizer. Cleaning data involves making a dataset useful by removing and modifying erroneous or irrelevant values.<br><\/p>\n\n\n\n<p>In this guide, we\u2019re going to discuss what data cleaning is, why it is important, and how data scientists clean data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Data Cleaning?<\/h2>\n\n\n\n<p>Data cleaning is when a <a href=\"https:\/\/careerkarma.com\/blog\/software-engineer-vs-programmer\/\">programmer<\/a> removes incorrect and duplicate values from a dataset and ensures that all values are formatted in the way they want. Data cleaning is sometimes called data scrubbing because it involves cleaning \u201cdirty data\u201d.<br><\/p>\n\n\n\n<p>Rarely does raw data come in a neatly-packaged file that accounts for everything you need to do with the dataset. That\u2019s where cleaning comes in.<br><\/p>\n\n\n\n<p>When a <a href=\"https:\/\/careerkarma.com\/careers\/data-science\/\">data scientist<\/a> receives a dataset, the first task they have to undertake is data cleaning. They need to spend time reading over a data set to make sure that they can use it in their program.<br><\/p>\n\n\n\n<p>Data cleaning is a good opportunity for a data scientist to become familiar with a dataset. By cleaning a dataset, a data scientist learns more about what data is included in a dataset, how it is formatted, and what data they do not have available.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why is Data Cleaning Important?<\/h2>\n\n\n\n<p>Data cleaning helps <a href=\"https:\/\/careerkarma.com\/blog\/data-science-projects-for-beginners\/\">people who work in data science<\/a> improve the accuracy of their conclusions. The goal of a data scientist is to find the answers to questions using data. If a data scientist is working with bad data, then their conclusion is less likely to be accurate.<br><\/p>\n\n\n\n<p>What\u2019s more, data cleaning helps save time further down the line. Data cleaning comes before analysis. This means that by the time a data scientist analyzes data, and way before they make any conclusions, their dataset will be prepared in exactly the way they want.<br><\/p>\n\n\n\n<p>Having a clean dataset means a data scientist can progress through an analysis knowing they will not have to go back and correct improperly formatted or remove inaccurate values.<br><\/p>\n\n\n\n<p>Ultimately, a data scientist wants their dataset to make sense and include all of the data they need to draw an informed conclusion to a question.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Do You Clean Data?<\/h2>\n\n\n\n<p>Every data scientist follows their own procedure for cleaning data. Many organizations have their own standard guidelines to make sure a dataset has gone through rigorous cleaning before it is used in any <a href=\"https:\/\/careerkarma.com\/blog\/what-is-data-analysis\/\">data analysis<\/a>.<br><\/p>\n\n\n\n<p>There are a few common processes in all data cleaning reviews.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Review Missing Data<\/h3>\n\n\n\n<p>Data scientists want all of the data they need to conduct an analysis on to be ready before they start. That\u2019s why a data scientist will review any missing data during the cleaning process.<br><\/p>\n\n\n\n<p>If data is not available in a dataset, a data scientist may choose to alter their plan so that they do not rely on that data. This has to be carefully considered because it may change the final conclusions that the data scientist is able to make.<br><\/p>\n\n\n\n<p>A data scientist may decide to calculate missing values based on existing data. For instance, if a data scientist needs an average of numbers, they can calculate that using a program. They don\u2019t need to remove any analysis dependent on an average from their analysis.<br><\/p>\n\n\n\n<p>A data scientist may also add in values like 0 or null to make sure a data set can be readily processed by a program. These values will replace empty gaps in a dataset which may cause structural errors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Remove Useless Data<\/h3>\n\n\n\n<p>Some data that comes in a data set will add no value to a dataset. While having more data can be useful, some data points can distract a data scientist during their analysis.<br><\/p>\n\n\n\n<p>Before analysis begins using <a href=\"https:\/\/careerkarma.com\/blog\/top-tools-for-data-analysis\/\">data analytics tools<\/a>, a data scientist will remove all of the data that is irrelevant to their studies. This will reduce the size of their data set, thereby making the data set easier to work with. The more data points an analyst has to think about, the more likely they are to introduce unnecessary complexity into their study.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Delete Duplicate Data<\/h3>\n\n\n\n<p>When a dataset is gathered, there is a chance duplicate entries will make their way into the set. This can happen if a dataset was not validated when it was collected or if multiple datasets are being combined which have overlapping data points.<br><\/p>\n\n\n\n<p>Removing duplicate data ensures that the conclusions drawn are based on the right values. If duplicate data were to exist in a dataset, the data may skew toward one conclusion over another. This would significantly impact the accuracy of the final conclusions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Process Outlier Data<\/h3>\n\n\n\n<p>A dataset may contain outlier values. For instance, there may be one single value that is empty, or a record that is corrupted. A data scientist will look at a dataset and make sure there are no outlier values.<br><\/p>\n\n\n\n<p>If there are outlier values, there are two courses of action. A data scientist may choose to remove the outlier entirely from the dataset. This is likely if an outlier value has a low chance of being accurate.<br><\/p>\n\n\n\n<p>A data scientist may also decide to double-check a value. This allows a data scientist to check for mistakes in data entry or collection before excluding a value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Data cleaning is a fundamental part of the data analysis process. Cleaning happens after data is collected and before analysis. During the cleaning process, a data scientist will work to ensure that a dataset is valid, accurate, and includes all the values they need.<br><\/p>\n\n\n\n<p>Without data cleaning, data scientists would have to go back-and-forth between analyzing a dataset and fixing issues with the underlying data. This is likely to confuse the data analysis process to the point where the final conclusion loses its accuracy.<\/p>\n","protected":false},"excerpt":{"rendered":"When data scientists talk about \u201ccleaning\u201d data, it\u2019s hard to interpret them literally. This is reasonable because data scientists do not physically clean data with sanitizer. Cleaning data involves making a dataset useful by removing and modifying erroneous or irrelevant values. In this guide, we\u2019re going to discuss what data cleaning is, why it is&hellip;","protected":false},"author":240,"featured_media":19086,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[18070],"tags":[],"class_list":{"0":"post-23168","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-software-engineering-skills"},"acf":{"post_sub_title":"","sprint_id":"","query_class":"What is a {technical term}","school_sft":"","parent_sft":"","school_privacy_policy":"","has_review":null,"is_sponser_post":"","is_guest_post":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is Data Cleaning?: A Complete Guide | Career Karma<\/title>\n<meta name=\"description\" content=\"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Data Cleaning?\" \/>\n<meta property=\"og:description\" content=\"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\" \/>\n<meta property=\"og:site_name\" content=\"Career Karma\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/careerkarmaapp\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-25T17:39:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-01T12:00:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"James Gallagher\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@career_karma\" \/>\n<meta name=\"twitter:site\" content=\"@career_karma\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"James Gallagher\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\"},\"author\":{\"name\":\"James Gallagher\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"headline\":\"What is Data Cleaning?\",\"datePublished\":\"2020-09-25T17:39:21+00:00\",\"dateModified\":\"2023-12-01T12:00:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\"},\"wordCount\":973,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg\",\"articleSection\":[\"Software Engineering\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\",\"name\":\"What is Data Cleaning?: A Complete Guide | Career Karma\",\"isPartOf\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg\",\"datePublished\":\"2020-09-25T17:39:21+00:00\",\"dateModified\":\"2023-12-01T12:00:24+00:00\",\"author\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\"},\"description\":\"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.\",\"breadcrumb\":{\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg\",\"width\":1000,\"height\":667},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/careerkarma.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Engineering\",\"item\":\"https:\/\/careerkarma.com\/blog\/software-engineering-skills\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is Data Cleaning?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#website\",\"url\":\"https:\/\/careerkarma.com\/blog\/\",\"name\":\"Career Karma\",\"description\":\"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/careerkarma.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94\",\"name\":\"James Gallagher\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"contentUrl\":\"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg\",\"caption\":\"James Gallagher\"},\"description\":\"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.\",\"url\":\"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Data Cleaning?: A Complete Guide | Career Karma","description":"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.","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:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/","og_locale":"en_US","og_type":"article","og_title":"What is Data Cleaning?","og_description":"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.","og_url":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/","og_site_name":"Career Karma","article_publisher":"http:\/\/facebook.com\/careerkarmaapp","article_published_time":"2020-09-25T17:39:21+00:00","article_modified_time":"2023-12-01T12:00:24+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg","type":"image\/jpeg"}],"author":"James Gallagher","twitter_card":"summary_large_image","twitter_creator":"@career_karma","twitter_site":"@career_karma","twitter_misc":{"Written by":"James Gallagher","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#article","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/"},"author":{"name":"James Gallagher","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"headline":"What is Data Cleaning?","datePublished":"2020-09-25T17:39:21+00:00","dateModified":"2023-12-01T12:00:24+00:00","mainEntityOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/"},"wordCount":973,"commentCount":0,"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg","articleSection":["Software Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/","url":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/","name":"What is Data Cleaning?: A Complete Guide | Career Karma","isPartOf":{"@id":"https:\/\/careerkarma.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage"},"image":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage"},"thumbnailUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg","datePublished":"2020-09-25T17:39:21+00:00","dateModified":"2023-12-01T12:00:24+00:00","author":{"@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94"},"description":"On Career Karma, learn about what data cleaning is, why it is important to data scientists, and how data is cleaned.","breadcrumb":{"@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#primaryimage","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/07\/maxwell-nelson-Ix64NPGxZoQ-unsplash.jpg","width":1000,"height":667},{"@type":"BreadcrumbList","@id":"https:\/\/careerkarma.com\/blog\/what-is-data-cleaning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/careerkarma.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Software Engineering","item":"https:\/\/careerkarma.com\/blog\/software-engineering-skills\/"},{"@type":"ListItem","position":3,"name":"What is Data Cleaning?"}]},{"@type":"WebSite","@id":"https:\/\/careerkarma.com\/blog\/#website","url":"https:\/\/careerkarma.com\/blog\/","name":"Career Karma","description":"Latest Coding Bootcamp News &amp; Career Hacks from Industry Insiders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/careerkarma.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/e79364792443fbff794a144c67ec8e94","name":"James Gallagher","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/careerkarma.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","contentUrl":"https:\/\/careerkarma.com\/blog\/wp-content\/uploads\/2020\/01\/james-gallagher-150x150.jpg","caption":"James Gallagher"},"description":"James Gallagher is a self-taught programmer and the technical content manager at Career Karma. He has experience in range of programming languages and extensive expertise in Python, HTML, CSS, and JavaScript. James has written hundreds of programming tutorials, and he frequently contributes to publications like Codecademy, Treehouse, Repl.it, Afrotech, and others.","url":"https:\/\/careerkarma.com\/blog\/author\/jamesgallagher\/"}]}},"_links":{"self":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/23168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/users\/240"}],"replies":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/comments?post=23168"}],"version-history":[{"count":0,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/posts\/23168\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media\/19086"}],"wp:attachment":[{"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/media?parent=23168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/categories?post=23168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/careerkarma.com\/blog\/wp-json\/wp\/v2\/tags?post=23168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}