diff --git a/Plastics_Background_Data.ipynb b/Plastics_Background_Data.ipynb index 5b4e391..2ae889f 100644 --- a/Plastics_Background_Data.ipynb +++ b/Plastics_Background_Data.ipynb @@ -8,7 +8,7 @@ "outputs": [], "source": [ "import pandas as pd\n", - "import csv\n" + "import csv" ] }, { @@ -887,9 +887,7 @@ } ], "source": [ - "plastic_df_cleaning_test[\"Location\"].loc[plastic_df_cleaning_test[\"Location\"] == \"OECD Asia\"] = \"Asia\"\n", - "\n", - "# company_cleaned_df.loc[company_cleaned_df[\"country\"] == \"Korea, Republic of\", \"country\"] = \"South Korea\"" + "plastic_df_cleaning_test[\"Location\"].loc[plastic_df_cleaning_test[\"Location\"] == \"OECD Asia\"] = \"Asia\"\n" ] }, { @@ -1199,14 +1197,6 @@ "source": [ "plastic_df_cleaning_test.to_csv(\"./clean_plastic_data.csv\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "5989c9f1", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {