Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed May 21, 2024
1 parent d0d3f36 commit 356e5d5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 430 deletions.
2 changes: 1 addition & 1 deletion docs/gettingstarted/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"from dask_nested.datasets import generate_data\n",
"from nested_dask.datasets import generate_data\n",
"\n",
"# generate_data creates some toy data\n",
"ndf = generate_data(10, 100) # 10 rows, 100 nested rows per row\n",
Expand Down
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
Nested-Dask
========================================================================================

A ![dask](https://www.dask.org/) extension of
![nested-pandas](https://nested-pandas.readthedocs.io/en/latest/).

Nested-pandas is a pandas extension package that empowers efficient analysis
of nested associated datasets. This package wraps the majority of the
nested-pandas API with Dask, which enables easy parallelization and capacity
for work at scale.


Dev Guide - Getting Started
---------------------------

Expand Down
Loading

0 comments on commit 356e5d5

Please sign in to comment.