bigframes.pandas.Series.astype#

Series.astype(dtype: Literal['boolean', 'Float64', 'Int64', 'int64[pyarrow]', 'string', 'string[pyarrow]', 'timestamp[us, tz=UTC][pyarrow]', 'timestamp[us][pyarrow]', 'date32[day][pyarrow]', 'time64[us][pyarrow]', 'decimal128(38, 9)[pyarrow]', 'decimal256(76, 38)[pyarrow]', 'binary[pyarrow]', 'duration[us][pyarrow]'] | BooleanDtype | Float64Dtype | Int64Dtype | StringDtype | ArrowDtype | GeometryDtype, *, errors: Literal['raise', 'null'] = 'raise') Series[source]#