Update assignment_2.ipynb
Browse files- assignment_2.ipynb +1 -1
assignment_2.ipynb
CHANGED
|
@@ -74,7 +74,7 @@
|
|
| 74 |
"\n",
|
| 75 |
"output_filename = \"patents_50k_green.parquet\"\n",
|
| 76 |
"\n",
|
| 77 |
-
"# Check if
|
| 78 |
"if os.path.exists(output_filename):\n",
|
| 79 |
" print(f\"Found existing processed file: {output_filename}\")\n",
|
| 80 |
" print(f\" Skipping filtering and merging to save time.\")\n",
|
|
|
|
| 74 |
"\n",
|
| 75 |
"output_filename = \"patents_50k_green.parquet\"\n",
|
| 76 |
"\n",
|
| 77 |
+
"# Check if this work is already done\n",
|
| 78 |
"if os.path.exists(output_filename):\n",
|
| 79 |
" print(f\"Found existing processed file: {output_filename}\")\n",
|
| 80 |
" print(f\" Skipping filtering and merging to save time.\")\n",
|