Skip to content

Commit e0063c5

Browse files
committed
Fix sentence fragment
1 parent ce31cc2 commit e0063c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_dataframe.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"Looks and feels like the pandas API, but for parallel and distributed workflows. \n",
1818
"\n",
19-
"At its core, the `dask.dataframe` module implements a \"blocked parallel\" `DataFrame` object that. One Dask `DataFrame` is comprised of many in-memory pandas `DataFrame`s separated along the index. One operation on a Dask `DataFrame` triggers many pandas operations on the constituent pandas `DataFrame`s in a way that is mindful of potential parallelism and memory constraints.\n"
19+
"At its core, the `dask.dataframe` module implements a \"blocked parallel\" `DataFrame` object that looks and feels like the pandas API, but for parallel and distributed workflows. One Dask `DataFrame` is comprised of many in-memory pandas `DataFrame`s separated along the index. One operation on a Dask `DataFrame` triggers many pandas operations on the constituent pandas `DataFrame`s in a way that is mindful of potential parallelism and memory constraints.\n"
2020
]
2121
},
2222
{

0 commit comments

Comments
 (0)