Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Mar 13, 2024
1 parent e3437d4 commit 770f9ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ class Series:
Throw an error if any value does not exactly match the given or inferred data
type. If set to `False`, values that do not match the data type are cast to
that data type or, if casting is not possible, set to null instead.
.. warning::
This parameter is currently only considered when `data` is a dictionary.
nan_to_null : bool, default False
In case a numpy array is used to create this Series, indicate how to deal
with np.nan values. (This parameter is a no-op on non-numpy data).
Expand Down

0 comments on commit 770f9ff

Please sign in to comment.