Skip to content

Commit

Permalink
Removed the data in records format as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
merlebleue committed May 30, 2024
1 parent 225639f commit 8888a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Milestone3_data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4661,7 +4661,7 @@
"outputs": [],
"source": [
"# Record export to JSON\n",
"country_data.to_json(\"data/countries_data.json\", orient=\"records\")"
"# country_data.to_json(\"data/countries_data.json\", orient=\"records\")"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion data/countries_data.json

This file was deleted.

0 comments on commit 8888a70

Please sign in to comment.