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 986074b commit a046189Copy full SHA for a046189
pandas/core/series.py
@@ -246,7 +246,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
246
----------
247
data : array-like, Iterable, dict, or scalar value
248
Contains data stored in Series. If data is a dict, argument order is
249
- maintained.
+ maintained. Unordered sets are not supported.
250
index : array-like or Index (1d)
251
Values must be hashable and have the same length as `data`.
252
Non-unique index values are allowed. Will default to
0 commit comments