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.
core/series.py
1 parent 1c88435 commit dd60259Copy full SHA for dd60259
pandas/core/series.py
@@ -294,7 +294,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
294
z NaN
295
dtype: float64
296
297
- Note that the Index is first build with the keys from the dictionary.
+ Note that the Index is first built with the keys from the dictionary.
298
After this the Series is reindexed with the given Index values, hence we
299
get all NaN as a result.
300
0 commit comments