Skip to content

Commit

Permalink
Fix a docstring error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Nov 15, 2023
1 parent e60cb54 commit 126c734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def to_pandas(table: Table, cols: List[str] = None,
dtypes. Both "numpy_nullable" and "pyarrow" automatically convert Deephaven nulls to Pandas NA and enable
Pandas extension types. Extension types are needed to support types beyond NumPy's type system. Extension
types support operations such as properly mapping Java Strings to Python strings. default is "numpy_nullable".
conv_null (bool): when dtype_backend is not set, whether to check for Deephaven nulls in the data and
conv_null (bool): when dtype_backend is set to None, whether to check for Deephaven nulls in the data and
automatically replace them with pd.NA. default is True.
Returns:
Expand Down

0 comments on commit 126c734

Please sign in to comment.