Skip to content

Commit

Permalink
Sync docstring parameters with function definition (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Nov 9, 2021
1 parent 4f81a47 commit 3058ba6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions py-polars/polars/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,8 @@ def from_pandas(
Parameters
----------
data : pandas DataFrame, Series, or DatetimeIndex
df : pandas DataFrame, Series, or DatetimeIndex
Data represented as a pandas DataFrame, Series, or DatetimeIndex.
columns : Sequence of str, default None
Column labels to use for resulting DataFrame. If specified, overrides any
labels already present in the data. Must match data dimensions.
rechunk : bool, default True
Make sure that all data is contiguous.
nan_to_none : bool, default True
Expand Down

0 comments on commit 3058ba6

Please sign in to comment.