Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Currently df.convert_dtypes()
will convert to nullable types (Int64, Boolean, etc), but it would be nice if there was an option to opt into the pyarrow-backed nullable types via pd.ArrowDtype
Maybe either
nullable_type="pandas"|"pyarrow"
io.nullable_backend
global setting to mode.nullable_backend
and allow that global config to apply to df.convert_dtypes
For loop over the existing DataFrame object using astype
and constructing pd.ArrowDtype
?
No response
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4