{"id":25523169,"date":"2022-10-17T20:00:48","date_gmt":"2022-10-17T14:30:48","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25523169"},"modified":"2023-11-27T11:20:37","modified_gmt":"2023-11-27T05:50:37","slug":"what-is-cleaning-data-in-python-an-overview","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/","title":{"rendered":"What Is Data Cleaning In Python? An Overview"},"content":{"rendered":"<p>The python is an object-oriented high-level programming language that is in wide use now. It is a dynamic programming language. Python provides increased productivity to its users. That is why the developers love working in python. Python language is used for Data Analysis, Machine Learning, Web Development, Software testing, prototyping, etc. The simple syntax of python also makes it a favorite of the developers. Python is versatile. This versatile feature enables it to use for different tasks like web development, machine learning, etc. Another great advantage of python is that it is beginner-friendly. So it can be helpful for entry-level developers to create projects using Python.<\/p>\n<p><a href=\"https:\/\/entri.app\/course\/python-programming-course\/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-25520910 size-full\" src=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square.png\" alt=\"Python and Machine Learning Square\" width=\"345\" height=\"345\" srcset=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square.png 345w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-300x300.png 300w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-150x150.png 150w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-24x24.png 24w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-48x48.png 48w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-96x96.png 96w, https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/04\/Python-and-Machine-Learning-Square-75x75.png 75w\" sizes=\"auto, (max-width: 345px) 100vw, 345px\" \/><\/a><\/p>\n<table>\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"3\">\n<h5><span style=\"color: #ffffff;\"><strong>Are you aspiring for a booming career in IT? If YES, then dive in<\/strong><\/span><\/h5>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<h5><a href=\"https:\/\/entri.app\/course\/full-stack-developer-course\/\"><strong>Full Stack Developer Course<\/strong><\/a><\/h5>\n<\/td>\n<td>\n<h5><a href=\"https:\/\/entri.app\/course\/python-programming-course\/\"><strong>Python Programming Course<\/strong><\/a><\/h5>\n<\/td>\n<td>\n<h5><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\"><strong>Data Science and Machine Learning Course<\/strong><\/a><\/h5>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>What is Data Cleansing?<\/h2>\n<p>Data cleansing is a process that is related to the data set. In a data set, there will be corrupt or incorrect, or incomplete data. Fixing these data is termed data cleaning. Data cleaning can be termed as fixing the incorrect, corrupt, duplicate, or incomplete data from a data set. In data cleaning these corrupt data sometimes be fixed or it will be removed. So in every data, the process of data cleansing can be applied. Data cleaning is entirely different from data transformation as data cleaning is removing unwanted data and the latter is transforming or converting data from one format to another. There are some steps involved in the data cleaning process. They are:<\/p>\n<ul>\n<li>Remove duplicate data<\/li>\n<\/ul>\n<p>The first and foremost step is the removal of data. In a data set, there will be many duplications. These duplicate data must be removed from the data set. In the process of data collection, the duplication of data will happen. The removal of irrelevant data is also done in this step. When the data is collected there may be a lot of irrelevant and duplicate data.<\/p>\n<ul>\n<li>Fix Errors<\/li>\n<\/ul>\n<p>In this step, the structural errors are removed. There will be incorrect symbols, spellings, incorrect capitalization will happen. The raw data will have many errors. The data cleaning step is where the data is formatted. So in this step, the structural errors are fixed.<\/p>\n<ul>\n<li>Fix unwanted data<\/li>\n<\/ul>\n<p>In the data there will be unwanted observations will be there. These observations don&#8217;t fit the data. So in this step, the unwanted data are fixed or removed. There will be improper data entry in the data set. These data have to be fixed or has to be removed.<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><strong>Python Programming Course in Different Cities<\/strong><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/entri.app\/course\/python-training-course-in-trivandrum\/\"><strong>Python Training in Trivandrum | Learn Python Course in Trivandrum<\/strong><\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/entri.app\/course\/python-training-course-in-kochi\/\"><strong>Python Training in Kochi | Learn Python Programming Online<\/strong><\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/entri.app\/course\/python-training-course-in-calicut\/\"><strong>Python Training in Calicut | Learn Python Programming Online in Kozhikode<\/strong><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ul>\n<li>Missing Data Handling<\/li>\n<\/ul>\n<p>Data collection is a hectic and tough process. So there will be duplication or unwanted or even missing data will happen. So the data missed has to be handled properly. The missed data cannot be ignored as it may be important to the business. The missing data can be handled in different ways. It can be dropped. But it has to be done carefully. The dropped data would not affect the remaining set of data. Another way is to assume the missed data based on the other observations. This is mostly done.<\/p>\n<ul>\n<li>Validation of Data<\/li>\n<\/ul>\n<p>In this step, after all the cleaning process checks the data is valid. Look for the data which is enough for decision-making or not. The quality of data was also checked in this process.<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/entri.app\/course\/python-programming-course\/\" target=\"_blank\" rel=\"noopener\">Grab the opportunity to learn Python with Entri! Click Here<\/a><\/strong><\/p>\n<h3>Data Cleaning in Python<\/h3>\n<p>Data Cleaning in Python is done with the help of tools like Pandas and NumPy. As we discussed earlier the data cleaning in python is also done for certain misappropriations. They are:<\/p>\n<ul>\n<li>Missing Data<\/li>\n<li>Irregular Data<\/li>\n<li>Unnecessary Data<\/li>\n<li>Inconsistent Data<\/li>\n<\/ul>\n<p>For cleaning these irregularities or fixing them, python follows certain steps. They are:<\/p>\n<ul>\n<li>Importing Libraries<\/li>\n<li>Input Customer Feedback<\/li>\n<li>Find out the missing data<\/li>\n<li>Look for Duplicates<\/li>\n<li>Detect Unwanted outliers<\/li>\n<li>Check Casing<\/li>\n<\/ul>\n<p>For example, Pandas is the tool commonly used by python to clean data. In pandas, the input values are given to find out the errors and it gives the output with errors and cleans them as per the user\u2019s instructions.<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/entri.app\/course\/python-programming-course\/\" target=\"_blank\" rel=\"noopener\">Learn Coding in your Language! Enroll Here!<\/a><\/strong><\/p>\n<h4><strong>Conclusion<\/strong><\/h4>\n<p>Python is a high-level object-oriented versatile programming language. This language is widely used by developers. The process of data cleaning is done by python using tools like NumPy and Pandas. So in a data set, if there are any errors or duplication, or missing data, these tools help to fix or remove them.<\/p>\n<p>If you are looking for a good <a href=\"https:\/\/entri.app\/course\/python-programming-course\/\">career in programming language<\/a> and Data Management, choose Entri. There is a wide variety of courses and better placement will be provided.<\/p>\n<table>\n<tbody>\n<tr>\n<td style=\"text-align: center;\" colspan=\"3\"><strong>Our Other Courses<\/strong><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/entri.app\/course\/mep-course\/\"><strong>MEP Course<\/strong><\/a><\/td>\n<td><a href=\"https:\/\/entri.app\/course\/quantity-surveying-course\/\"><strong>Quantity Surveying Course<\/strong><\/a><\/td>\n<td><a href=\"https:\/\/entri.app\/course\/montessori-teachers-training-course\/\"><strong>Montessori Teachers Training Course<\/strong><\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/entri.app\/course\/performance-marketing-course\/\"><strong>Performance Marketing Course\u00a0<\/strong><\/a><\/td>\n<td><a href=\"https:\/\/entri.app\/course\/practical-accounting-course\/\"><strong>Practical Accounting Course<\/strong><\/a><\/td>\n<td><a href=\"https:\/\/entri.app\/course\/yoga-teachers-training-course\/\"><strong>Yoga Teachers Training Course<\/strong><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>The python is an object-oriented high-level programming language that is in wide use now. It is a dynamic programming language. Python provides increased productivity to its users. That is why the developers love working in python. Python language is used for Data Analysis, Machine Learning, Web Development, Software testing, prototyping, etc. The simple syntax of [&hellip;]<\/p>\n","protected":false},"author":91,"featured_media":25523170,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1903,1864,1841,1888],"tags":[],"class_list":["post-25523169","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-coding","category-data-science-ml","category-entri-skilling","category-python-programming"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What Is Data Cleaning In Python? An Overview - Entri Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\" \/>\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 In Python? An Overview - Entri Blog\" \/>\n<meta property=\"og:description\" content=\"The python is an object-oriented high-level programming language that is in wide use now. It is a dynamic programming language. Python provides increased productivity to its users. That is why the developers love working in python. Python language is used for Data Analysis, Machine Learning, Web Development, Software testing, prototyping, etc. The simple syntax of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-17T14:30:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-27T05:50:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kiranlal VT\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kiranlal VT\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\"},\"author\":{\"name\":\"Kiranlal VT\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/5c2c274e024447e3b9e8b4ee88389e4f\"},\"headline\":\"What Is Data Cleaning In Python? An Overview\",\"datePublished\":\"2022-10-17T14:30:48+00:00\",\"dateModified\":\"2023-11-27T05:50:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\"},\"wordCount\":833,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png\",\"articleSection\":[\"Articles\",\"Coding\",\"Data Science and Machine Learning\",\"Entri Skilling\",\"Python Programming\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\",\"url\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\",\"name\":\"What Is Data Cleaning In Python? An Overview - Entri Blog\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png\",\"datePublished\":\"2022-10-17T14:30:48+00:00\",\"dateModified\":\"2023-11-27T05:50:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png\",\"width\":820,\"height\":615,\"caption\":\"What Is Cleaning Data In Python? An Overview\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python Programming\",\"item\":\"https:\/\/entri.app\/blog\/category\/python-programming\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What Is Data Cleaning In Python? An Overview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/5c2c274e024447e3b9e8b4ee88389e4f\",\"name\":\"Kiranlal VT\",\"url\":\"https:\/\/entri.app\/blog\/author\/kiranlal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is Data Cleaning In Python? An Overview - Entri Blog","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:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/","og_locale":"en_US","og_type":"article","og_title":"What Is Data Cleaning In Python? An Overview - Entri Blog","og_description":"The python is an object-oriented high-level programming language that is in wide use now. It is a dynamic programming language. Python provides increased productivity to its users. That is why the developers love working in python. Python language is used for Data Analysis, Machine Learning, Web Development, Software testing, prototyping, etc. The simple syntax of [&hellip;]","og_url":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2022-10-17T14:30:48+00:00","article_modified_time":"2023-11-27T05:50:37+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png","type":"image\/png"}],"author":"Kiranlal VT","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Kiranlal VT","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/"},"author":{"name":"Kiranlal VT","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/5c2c274e024447e3b9e8b4ee88389e4f"},"headline":"What Is Data Cleaning In Python? An Overview","datePublished":"2022-10-17T14:30:48+00:00","dateModified":"2023-11-27T05:50:37+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/"},"wordCount":833,"commentCount":0,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png","articleSection":["Articles","Coding","Data Science and Machine Learning","Entri Skilling","Python Programming"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/","url":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/","name":"What Is Data Cleaning In Python? An Overview - Entri Blog","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png","datePublished":"2022-10-17T14:30:48+00:00","dateModified":"2023-11-27T05:50:37+00:00","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2022\/05\/Untitled901.png","width":820,"height":615,"caption":"What Is Cleaning Data In Python? An Overview"},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/what-is-cleaning-data-in-python-an-overview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Python Programming","item":"https:\/\/entri.app\/blog\/category\/python-programming\/"},{"@type":"ListItem","position":3,"name":"What Is Data Cleaning In Python? An Overview"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/5c2c274e024447e3b9e8b4ee88389e4f","name":"Kiranlal VT","url":"https:\/\/entri.app\/blog\/author\/kiranlal\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25523169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/91"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25523169"}],"version-history":[{"count":10,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25523169\/revisions"}],"predecessor-version":[{"id":25569308,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25523169\/revisions\/25569308"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25523170"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25523169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25523169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25523169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}