From 29e9ebf77ebed5a3f1253a58aaaac30d316ed84e Mon Sep 17 00:00:00 2001 From: Watson Helmholtz Date: Wed, 15 May 2024 10:50:30 +0200 Subject: [PATCH] Updated docstring for Series() --- pandas/core/series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/series.py b/pandas/core/series.py index a72eb8e261e65..abaad915cd421 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -246,7 +246,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc] ---------- data : array-like, Iterable, dict, or scalar value Contains data stored in Series. If data is a dict, argument order is - maintained. + maintained. Unordered sets are not supported. index : array-like or Index (1d) Values must be hashable and have the same length as `data`. Non-unique index values are allowed. Will default to