pd.Series.astype
¶
pandas.Series.astype(dtype, copy=True, errors="raise", _bodo_nan_to_str=True)
Supported Arguments¶
argument | datatypes | other requirements |
---|---|---|
dtype |
|
Must be constant at Compile Time |
copy |
Boolean | Must be constant at Compile Time |
_bodo_nan_to_str |
Boolean |
|