Skip to content

Commit c25932a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f58dfb3 commit c25932a

21 files changed

Lines changed: 2562 additions & 2054 deletions

notebooks/ais-analysis/fall-2024/01-data-extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@
25682568
" \"append\"\n",
25692569
" ).partitionBy(\"year\", \"month\").parquet(save_path)\n",
25702570
"\n",
2571-
" print(f\"Finished: {datetime.now()-start}\")\n",
2571+
" print(f\"Finished: {datetime.now() - start}\")\n",
25722572
" sdf.unpersist()"
25732573
]
25742574
},

notebooks/aviation/aviation_update.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
"\n",
590590
"after = departures_exploded.shape[0]\n",
591591
"print(\n",
592-
" f\"There are {after} flights after duplication check. {before-after} flights were duplicated\"\n",
592+
" f\"There are {after} flights after duplication check. {before - after} flights were duplicated\"\n",
593593
")"
594594
]
595595
},
@@ -1421,7 +1421,7 @@
14211421
"\n",
14221422
"after = arrivals_exploded.shape[0]\n",
14231423
"print(\n",
1424-
" f\"There are {after} flights after duplication check. {before-after} flights were duplicated\"\n",
1424+
" f\"There are {after} flights after duplication check. {before - after} flights were duplicated\"\n",
14251425
")"
14261426
]
14271427
},

0 commit comments

Comments
 (0)