Skip to content

Commit 5d1f35d

Browse files
dougbrngitosaurus
andauthored
Update docs/tutorials/low_level.ipynb
Co-authored-by: Derek T. Jones <[email protected]>
1 parent ecee4ea commit 5d1f35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/low_level.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"You may already know [`.str` accessor](https://pandas.pydata.org/pandas-docs/stable/reference/series.html#api-series-str) for strings or [`.dt` for datetime-like](https://pandas.pydata.org/pandas-docs/stable/reference/series.html#timedelta-methods) data.\n",
7474
"Since v2.0, pandas also supports few accessors for `ArrowDtype`d Series, `.list` for list-arrays and `.struct` for struct-arrays.\n",
7575
"\n",
76-
"`nested-pandas` extends this concept and provides `.nest` accessor for `NestedDtype`d Series, which gives user an object to work with nested data more efficiently and flexibly.\n",
76+
"`nested-pandas` extends this concept and provides the `.nest` accessor for `NestedDtype`d Series, which gives user an object to work with nested data more efficiently and flexibly.\n",
7777
"\n",
7878
"> **Note**: The `.nest` accessor shares much of it's API with the `NestedSeries` API, as `NestedSeries` uses the `.nest` accessor under the hood. As a result, many `.nest` operations can be used directly, without invoking the \"`.nest`\" when working with a `NestedSeries`, but some lower-level functionalities remain unique to the `.nest` accessor."
7979
]

0 commit comments

Comments
 (0)