Skip to content

Commit 629858a

Browse files
authored
Check (and minor fixes to) pre-executed notebooks that require SDF (#1211)
* Update dask params and old paths for RSP use * Add notebooks that had been using dropna * Linting * Add cell to suppress excessive dask warnings * Add dask warning suppression cell to vsx notebook * Change deprecated call to .columns * Lint for pre-commit hooks
1 parent 858a557 commit 629858a

File tree

6 files changed

+3487
-3878
lines changed

6 files changed

+3487
-3878
lines changed

docs/tutorials/pre_executed/map_partitions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
"# Close the old client and make a new one that takes into account the new number of partitions.\n",
11631163
"client.close()\n",
11641164
"client = Client(n_workers=min(8, npartitions), memory_limit=\"auto\")\n",
1165-
"# Note that if you are using remote catalog, you will effectively download the whole catalog to get these values. \n",
1165+
"# Note that if you are using remote catalog, you will effectively download the whole catalog to get these values.\n",
11661166
"result = unrealized.compute()\n",
11671167
"result"
11681168
]

0 commit comments

Comments
 (0)