Export#

Export Series data to other formats:

Series.to_arrow()

Return the underlying Arrow array.

Series.to_frame([name])

Cast this Series to a DataFrame.

Series.to_jax([device])

Convert this Series to a Jax Array.

Series.to_list(*[, use_pyarrow])

Convert this Series to a Python list.

Series.to_numpy(*[, writable, allow_copy, ...])

Convert this Series to a NumPy ndarray.

Series.to_pandas(*[, ...])

Convert this Series to a pandas Series.

Series.to_init_repr([n])

Convert Series to instantiatable string representation.

Series.to_torch()

Convert this Series to a PyTorch Tensor.