Skip to content

Commit

Permalink
two more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed May 21, 2024
1 parent 24b4e2e commit 3456f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. dask_nested documentation main file.
.. nested_dask documentation main file.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to dask_nested's documentation!
Welcome to nested-dask's documentation!
========================================================================================

Dev Guide - Getting Started
Expand Down
2 changes: 1 addition & 1 deletion src/nested_dask/datasets/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def generate_data(n_base, n_layer, npartitions=1, seed=None) -> nd.NestedFrame:
# Use nested-pandas generator
base_nf = datasets.generate_data(n_base, n_layer, seed=seed)

# Convert to dask-nested
# Convert to nested-dask
base_nf = nd.NestedFrame.from_nested_pandas(base_nf).repartition(npartitions=npartitions)

return base_nf

0 comments on commit 3456f85

Please sign in to comment.