Skip to content

Commit

Permalink
update data_cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyu020816 committed Oct 5, 2024
1 parent cab3f3f commit 926eaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/arrdep_data_cleaning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"metadata": {},
"outputs": [],
"source": [
"data_18augsep.to_csv(\"arrdep_18augsep_simplecleaned.csv\", index_label=False)"
"data_18augsep.to_csv(\"arrdep_18augsep_simplecleaned.csv\", index=False)"
]
},
{
Expand Down Expand Up @@ -930,7 +930,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "e2aecaf0-69cd-40a0-9ca3-aa09fd33ff29",
"id": "944a899d-baec-4e29-9ccc-6ae158a34be9",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 926eaf8

Please sign in to comment.