We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d684953 commit 139cc56Copy full SHA for 139cc56
src/nested_pandas/series/nestedseries.py
@@ -18,7 +18,7 @@ def wrapper(*args, **kwargs):
18
19
class NestedSeries(pd.Series):
20
"""
21
- A Series that can contain nested data structures, such as lists or dictionaries.
+ A Series that can contain nested data structures, such as lists or data-frames.
22
This class extends the functionality of a standard pandas Series to handle nested data.
23
24
0 commit comments