|
362 | 362 | {
|
363 | 363 | "data": {
|
364 | 364 | "text/plain": [
|
365 |
| - "['commit_graph_Stolee.df_edgelist.csv.gz 231']" |
| 365 | + "['commit_graph_Stolee-test.df_edgelist.csv.gz 236',\n", |
| 366 | + " 'commit_graph_Stolee-test.df_nodedata.csv.gz 272',\n", |
| 367 | + " 'commit_graph_Stolee.df_edgelist.csv.gz 231',\n", |
| 368 | + " 'commit_graph_Stolee.df_nodedata.csv.gz 267']" |
366 | 369 | ]
|
367 | 370 | },
|
368 | 371 | "execution_count": null,
|
|
800 | 803 | "_counter = 0\n",
|
801 | 804 | "\n",
|
802 | 805 | "df_filename = 'datasets/example_dataframe.csv.gz'\n",
|
803 |
| - "# Path(df_filename).unlink(missing_ok=True)\n", |
804 |
| - "if not Path(df_filename).exists():\n", |
| 806 | + "# Path(df_filename).unlink(missing_ok=True) # requires Python 3.8 or later\n", |
| 807 | + "if Path(df_filename).exists():\n", |
805 | 808 | " Path(df_filename).unlink()\n",
|
806 | 809 | "\n",
|
807 | 810 | "# first time it should perform computations and save, second time get from file\n",
|
|
1219 | 1222 | "Converted 08_reach.ipynb.\n",
|
1220 | 1223 | "Converted 09_git.ipynb.\n",
|
1221 | 1224 | "Converted 10_checkpoint.ipynb.\n",
|
| 1225 | + "Converted 11_datasets.ipynb.\n", |
| 1226 | + "Converted 12_repos.ipynb.\n", |
1222 | 1227 | "Converted A.09_git_explore.ipynb.\n",
|
1223 | 1228 | "Converted index.ipynb.\n"
|
1224 | 1229 | ]
|
|
0 commit comments