Skip to content

Commit c883c4f

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/ais-analysis/01-lebanon.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3041,7 +3041,7 @@
30413041
" \"append\"\n",
30423042
" ).partitionBy(\"year\", \"month\").parquet(save_path)\n",
30433043
"\n",
3044-
" print(f\"Finished: {datetime.now()-start}\")\n",
3044+
" print(f\"Finished: {datetime.now() - start}\")\n",
30453045
" sdf.unpersist()"
30463046
]
30473047
},

notebooks/aviation-trends/aviation_update.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
"\n",
553553
"after = departures_exploded.shape[0]\n",
554554
"print(\n",
555-
" f\"There are {after} flights after duplication check. {before-after} flights were duplicated\"\n",
555+
" f\"There are {after} flights after duplication check. {before - after} flights were duplicated\"\n",
556556
")"
557557
]
558558
},
@@ -1393,7 +1393,7 @@
13931393
"\n",
13941394
"after = arrivals_exploded.shape[0]\n",
13951395
"print(\n",
1396-
" f\"There are {after} flights after duplication check. {before-after} flights were duplicated\"\n",
1396+
" f\"There are {after} flights after duplication check. {before - after} flights were duplicated\"\n",
13971397
")"
13981398
]
13991399
},

0 commit comments

Comments
 (0)