Export#
Export Series data to other formats:
|
Return a NumPy ndarray with the given data type. |
|
Export a Series via the Arrow PyCapsule Interface. |
|
Return the underlying Arrow array. |
|
Cast this Series to a DataFrame. |
|
Convert Series to instantiable string representation. |
|
Convert this Series to a Jax Array. |
Convert this Series to a Python list. |
|
|
Convert this Series to a NumPy ndarray. |
|
Convert this Series to a pandas Series. |
Convert this Series to a PyTorch Tensor. |