{"id":1019,"date":"2024-07-12T20:22:09","date_gmt":"2024-07-12T14:52:09","guid":{"rendered":"https:\/\/coursecorrect.fyi\/blog\/?p=1019"},"modified":"2025-01-16T03:24:58","modified_gmt":"2025-01-16T08:24:58","slug":"data-wrangling","status":"publish","type":"post","link":"https:\/\/coursecorrect.fyi\/blog\/data-wrangling\/","title":{"rendered":"What is Data Wrangling? A Comprehensive Guide"},"content":{"rendered":"\n<p>Imagine you&#8217;re a chef preparing a gourmet meal. You have all the ingredients, but they\u2019re raw, unwashed, and uncut. Before creating a masterpiece, you need to clean, chop, and measure everything precisely.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/chef.webp\" alt=\"\" class=\"wp-image-1020\" srcset=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/chef.webp 200w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/chef-150x150.webp 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/><\/figure>\n\n\n\n<p>Similarly in data science, this crucial preparation stage is known as data wrangling. Just like cooking, where well-prepared ingredients lead to a delicious dish, properly wrangled data leads to insightful and accurate analysis.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#what-is-data-wrangling\">What is Data Wrangling?<\/a><\/li><li><a href=\"#why-is-data-wrangling-important\">Why is Data Wrangling Important?<\/a><\/li><li><a href=\"#key-steps-in-data-wrangling\">Key Steps in Data Wrangling<\/a><\/li><li><a href=\"#advanced-data-wrangling-techniques\">Advanced-Data Wrangling Techniques<\/a><\/li><li><a href=\"#comparison-of-data-wrangling-tools\">Comparison of Data Wrangling Tools<\/a><\/li><li><a href=\"#data-wrangling-in-python\">Data Wrangling in Python<\/a><ul><li><a href=\"#importing-libraries\">Importing Libraries<\/a><\/li><li><a href=\"#loading-data\">Loading Data<\/a><\/li><li><a href=\"#handling-missing-values\">Handling Missing Values<\/a><\/li><li><a href=\"#data-transformation\">Data Transformation<\/a><\/li><li><a href=\"#data-integration\">Data Integration<\/a><\/li><\/ul><\/li><li><a href=\"#online-courses-to-learn-data-wrangling\">Online Courses to Learn Data Wrangling<\/a><ul><li><a href=\"#why-is-this-course-correct-for-you\">Why is this CourseCorrect for you?\u00a0<\/a><\/li><li><a href=\"#why-is-this-course-correct-for-you-1\">Why is this CourseCorrect for you?\u00a0<\/a><\/li><\/ul><\/li><li><a href=\"#case-studies-and-industry-applications\">Case Studies and Industry Applications<\/a><\/li><li><a href=\"#fa-qs\">FAQs<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-data-wrangling\">What is Data Wrangling?<\/h2>\n\n\n\n<p><strong>Data wrangling<\/strong>, also known as data munging, is the process of cleaning, structuring, and enriching raw data into a desired format for better decision-making in less time. This process involves various steps such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data Cleaning<\/strong>: Removing inaccuracies, handling missing values, and correcting errors.<\/li>\n\n\n\n<li><strong>Data Transformation<\/strong>: Modifying the data format, such as normalizing or aggregating data.<\/li>\n\n\n\n<li><strong>Data Mapping<\/strong>: Matching data fields from disparate sources into a coherent structure.<\/li>\n\n\n\n<li><strong>Data Enrichment<\/strong>: Adding missing information or external data to enhance data quality.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-is-data-wrangling-important\">Why is Data Wrangling Important?<\/h2>\n\n\n\n<p>Data wrangling is the foundation upon which all successful data analysis stands. Think of it as setting the stage for a blockbuster movie; without a solid foundation, the story (or in this case, the analysis) falls apart. Here are some key reasons why data wrangling is crucial:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Improves Data Quality<\/strong>: Ensures that the data used for analysis is accurate, complete, and reliable.<\/li>\n\n\n\n<li><strong>Saves Time<\/strong>: Automates repetitive tasks, allowing analysts to focus on more complex tasks.<\/li>\n\n\n\n<li><strong>Enhances Analysis<\/strong>: Provides clean and structured data, leading to more accurate and insightful analysis.<\/li>\n\n\n\n<li><strong>Enables Better Decision-Making<\/strong>: Facilitates better business decisions by providing high-quality data.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-steps-in-data-wrangling\">Key Steps in Data Wrangling<\/h2>\n\n\n\n<p>Data wrangling involves several steps, each aimed at improving the quality and usability of the data. Here\u2019s an overview of the key steps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-data-collection\">1. Data Collection<\/h3>\n\n\n\n<p>Gathering raw data from various sources such as databases, APIs, web scraping, and files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-data-cleaning\">2. Data Cleaning<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Handling Missing Values<\/strong>: Techniques include removing rows\/columns, replacing them with mean\/median\/mode, or using predictive models.<\/li>\n\n\n\n<li><strong>Correcting Errors<\/strong>: Identifying and correcting inaccuracies such as typos or inconsistent data entries.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-data-transformation\">3. Data Transformation<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Normalization<\/strong>: Scaling data to a common range or distribution.<\/li>\n\n\n\n<li><strong>Aggregation<\/strong>: Summarizing data to a higher level of granularity.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-data-integration\">4. Data Integration<\/h3>\n\n\n\n<p>Combining data from multiple sources to provide a unified view. This involves resolving conflicts and ensuring consistency across datasets.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-data-enrichment\">5. Data Enrichment<\/h3>\n\n\n\n<p>Enhancing the dataset with additional data from external sources to provide more context or fill gaps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-data-validation\">6. Data Validation<\/h3>\n\n\n\n<p>Ensuring the data meets the required quality standards by checking for consistency, accuracy, and completeness.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-data-publishing\">7. Data Publishing<\/h3>\n\n\n\n<p>Making the cleaned and structured data available for analysis and sharing with stakeholders in a usable format.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"advanced-data-wrangling-techniques\">Advanced-Data Wrangling Techniques<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"data-normalization\">Data Normalization<\/h3>\n\n\n\n<p>Adjusting values measured on different scales to a common scale is essential for improving the comparability of data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"feature-engineering\">Feature Engineering<\/h3>\n\n\n\n<p>Creating new features from existing data to improve model performance. This can include extracting date parts, encoding categorical variables, or deriving new metrics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"handling-unstructured-data\">Handling Unstructured Data<\/h3>\n\n\n\n<p>Processing and structuring unstructured data like text, images, or logs using techniques such as natural language processing (NLP) and computer vision.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"comparison-of-data-wrangling-tools\">Comparison of Data Wrangling Tools<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pandas-vs-r-vs-alteryx-vs-trifacta\">Pandas vs. R vs. Alteryx vs. Trifacta<\/h3>\n\n\n\n<p>Each tool has its strengths and weaknesses. Here&#8217;s a comparison:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pandas (Python)<\/strong>: Powerful and flexible, great for developers and data scientists. Best for coding-based environments.<\/li>\n\n\n\n<li><strong>R<\/strong>: Excellent for statistical analysis and visualization. Preferred by statisticians and data analysts.<\/li>\n\n\n\n<li><strong>Alteryx<\/strong>: User-friendly with a drag-and-drop interface, suitable for business users and those with less coding experience.<\/li>\n\n\n\n<li><strong>Trifacta<\/strong>: Specialized in data wrangling with an intuitive interface, good for collaborative environments and large-scale data wrangling tasks.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"data-wrangling-in-python\">Data Wrangling in Python<\/h2>\n\n\n\n<p>Python is a popular language for data wrangling due to its powerful libraries like Pandas and NumPy. Here are some common tasks and how they are performed in Python:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"importing-libraries\"><strong>Importing Libraries<\/strong><\/h4>\n\n\n\n<p>python<\/p>\n\n\n\n<p>import pandas as pd<\/p>\n\n\n\n<p>import numpy as np<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"loading-data\"><strong>Loading Data<\/strong><\/h4>\n\n\n\n<p>python<\/p>\n\n\n\n<p>data = pd.read_csv(&#8216;data.csv&#8217;)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"handling-missing-values\"><strong>Handling Missing Values<\/strong><\/h4>\n\n\n\n<p>python<\/p>\n\n\n\n<p># Removing rows with missing values<\/p>\n\n\n\n<p>data.dropna(inplace=True)<\/p>\n\n\n\n<p># Replacing missing values with the mean<\/p>\n\n\n\n<p>data.fillna(data.mean(), inplace=True)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"data-transformation\"><strong>Data Transformation<\/strong><\/h4>\n\n\n\n<p>python<\/p>\n\n\n\n<p># Normalizing data<\/p>\n\n\n\n<p>data[&#8216;normalized_column&#8217;] = (data[&#8216;column&#8217;] &#8211; data[&#8216;column&#8217;].min()) \/ (data[&#8216;column&#8217;].max() &#8211; data[&#8216;column&#8217;].min())<\/p>\n\n\n\n<p># Aggregating data<\/p>\n\n\n\n<p>data_grouped = data.groupby(&#8216;category_column&#8217;).agg({&#8216;value_column&#8217;: &#8216;sum&#8217;})<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"data-integration\"><strong>Data Integration<\/strong><\/h4>\n\n\n\n<p>python<\/p>\n\n\n\n<p># Merging two dataframes<\/p>\n\n\n\n<p>data_combined = pd.merge(data1, data2, on=&#8217;common_column&#8217;, how=&#8217;inner&#8217;)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"online-courses-to-learn-data-wrangling\">Online Courses to Learn Data Wrangling<\/h2>\n\n\n\n<p>Here are some top online courses that can help you master data wrangling, complete with overviews, fees, pros and cons, and why each course might be right for you.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-practical-data-wrangling-with-pandas-coursera\">1. <a href=\"https:\/\/coursecorrect.fyi\/course\/practical-data-wrangling-with-pandas\/66152f7c354966ab6febfe62\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Practical Data Wrangling with Pandas (Coursera)<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"297\" src=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-1024x297.webp\" alt=\"Practical Data Wrangling with Pandas\" class=\"wp-image-1022\" srcset=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-1024x297.webp 1024w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-300x87.webp 300w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-768x223.webp 768w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-1536x446.webp 1536w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/Practical-Data-Wrangling-with-Pandas-2048x594.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>This course teaches you how to use Pandas to clean, transform, and analyze data. It covers everything from basic data manipulation to advanced data wrangling techniques using Python\u2019s powerful Pandas library.<\/p>\n\n\n\n<p><strong>Fees<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free for audit<\/li>\n\n\n\n<li>Approximately $49\/month for certification<\/li>\n<\/ul>\n\n\n\n<p><strong>Pros<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In-depth coverage of Pandas<\/li>\n\n\n\n<li>Hands-on projects and quizzes<\/li>\n\n\n\n<li>Taught by industry professionals<\/li>\n<\/ul>\n\n\n\n<p><strong>Cons<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Requires some prior knowledge of Python<\/li>\n\n\n\n<li>A monthly subscription can add up if not completed quickly<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"why-is-this-course-correct-for-you\"><strong>Why is this CourseCorrect for you?<\/strong>&nbsp;<\/h4>\n\n\n\n<p>If you are looking to deepen your knowledge of data manipulation and analysis with Pandas and have some basic Python skills, this course is ideal. It&#8217;s perfect for data scientists and analysts who want to enhance their data-wrangling capabilities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-harvard-x-data-science-wrangling-ed-x\">2. <a href=\"https:\/\/coursecorrect.fyi\/course\/data-science:-wrangling\/660ff87e6f36cb8907fe8ba1\" target=\"_blank\" rel=\"noreferrer noopener\">HarvardX: Data Science: Wrangling (edX)<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-1024x283.webp\" alt=\"HarvardX Data Science: Wrangling course by edX\" class=\"wp-image-1021\" srcset=\"https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-1024x283.webp 1024w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-300x83.webp 300w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-768x212.webp 768w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-1536x424.webp 1536w, https:\/\/coursecorrect.fyi\/blog\/wp-content\/uploads\/2024\/07\/HarvardX-Data-Science-Wrangling-2048x565.webp 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>A beginner-friendly <a href=\"https:\/\/coursecorrect.fyi\/blog\/data-science-courses\/\" target=\"_blank\" rel=\"noreferrer noopener\">data science course<\/a> that covers the basics of data wrangling using Python. This <a href=\"https:\/\/coursecorrect.fyi\/blog\/free-harvard-courses\/\" target=\"_blank\" rel=\"noreferrer noopener\">Harvard course<\/a> introduces you to key concepts and techniques needed to clean and prepare data for analysis. <\/p>\n\n\n\n<p><strong>Fees<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free for audit<\/li>\n\n\n\n<li>$99 for verified certification<\/li>\n<\/ul>\n\n\n\n<p><strong>Pros<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Suitable for beginners<\/li>\n\n\n\n<li>A comprehensive introduction to data wrangling<\/li>\n\n\n\n<li>Self-paced learning<\/li>\n<\/ul>\n\n\n\n<p><strong>Cons<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Basic coverage may not be sufficient for advanced learners<\/li>\n\n\n\n<li>No hands-on projects<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"why-is-this-course-correct-for-you-1\"><strong>Why is this CourseCorrect for you?<\/strong>&nbsp;<\/h4>\n\n\n\n<p>If you&#8217;re new to data wrangling and want to start with the fundamentals, this course provides a solid foundation. It&#8217;s great for beginners who need to understand the basic concepts and techniques in Python.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"case-studies-and-industry-applications\">Case Studies and Industry Applications<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"healthcare\">Healthcare<\/h3>\n\n\n\n<p>In healthcare, data wrangling can involve integrating patient records from different sources, cleaning data to ensure accuracy, and transforming it for analysis to improve patient outcomes and operational efficiency.&nbsp;<\/p>\n\n\n\n<p>For example, a hospital might wrangle data from various departments to create a comprehensive view of patient care, leading to more personalized treatment plans and better resource allocation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"finance\">Finance<\/h3>\n\n\n\n<p>In the finance industry, data wrangling helps in aggregating financial data from multiple systems, cleaning transactional data, and transforming it for risk assessment and fraud detection. A bank, for instance, might wrangle data from different branches to identify fraudulent activities and mitigate risks more effectively.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"marketing\">Marketing<\/h3>\n\n\n\n<p>In marketing, data wrangling is used to merge data from various campaigns, clean customer data, and transform it for customer segmentation and targeted marketing efforts. A retail company might use wrangled data to understand customer behavior better and tailor marketing strategies to increase sales and customer retention.<\/p>\n\n\n\n<p>Data wrangling is an essential skill for anyone working with data. It ensures that your data is clean, accurate, and ready for analysis, thereby improving the quality of your insights and decision-making processes. By mastering data wrangling in Python, you can efficiently prepare your data and gain a competitive edge in your data analysis projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"fa-qs\">FAQs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-1-what-tools-are-commonly-used-for-data-wrangling\">Q1: What tools are commonly used for data wrangling?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Common tools include Python (with Pandas and NumPy), R, Excel, and specialized ETL tools like Talend and Alteryx.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-2-how-long-does-the-data-wrangling-process-take\">Q2: How long does the data wrangling process take?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The duration can vary significantly depending on the complexity and size of the dataset. It can range from a few hours to several days.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-3-is-data-wrangling-the-same-as-data-cleaning\">Q3: Is data wrangling the same as data cleaning?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data cleaning is a part of data wrangling. Data wrangling encompasses data cleaning, transforming, mapping, and enriching the data.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-4-can-data-wrangling-be-automated\">Q4: Can data wrangling be automated?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Yes, many aspects of data wrangling can be automated using scripts and tools, which saves time and reduces errors.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-5-what-are-some-common-challenges-in-data-wrangling\">Q5: What are some common challenges in data wrangling?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Common challenges include dealing with missing or inconsistent data, integrating data from multiple sources, and ensuring data quality.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-6-why-is-python-preferred-for-data-wrangling\">Q6: Why is Python preferred for data wrangling?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Python is preferred due to its powerful libraries, ease of use, and large community support, which makes it an efficient tool for data wrangling.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"q-7-how-can-i-improve-my-data-wrangling-skills\">Q7: How can I improve my data wrangling skills?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Practice with real-world datasets, take online courses and engage in projects that require extensive data preparation.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Imagine you&#8217;re a chef preparing a gourmet meal. You have all the ingredients, but they\u2019re raw, unwashed, and uncut. Before creating a masterpiece, you need to clean, chop, and measure everything precisely.&nbsp; Similarly in data science, this crucial preparation stage is known as data wrangling. Just like cooking, where well-prepared ingredients lead to a delicious [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1023,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[48],"tags":[60,61,83],"class_list":["post-1019","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology-and-coding","tag-data-science","tag-data-science-courses","tag-data-wrangling"],"_links":{"self":[{"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/posts\/1019","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/comments?post=1019"}],"version-history":[{"count":2,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/posts\/1019\/revisions"}],"predecessor-version":[{"id":1359,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/posts\/1019\/revisions\/1359"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/media\/1023"}],"wp:attachment":[{"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/media?parent=1019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/categories?post=1019"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/coursecorrect.fyi\/blog\/wp-json\/wp\/v2\/tags?post=1019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}