Export#
Export DataFrame data to other formats:
|
Return a NumPy ndarray with the given data type. |
|
Export a DataFrame via the Arrow PyCapsule Interface. |
|
Convert to a dataframe object implementing the dataframe interchange protocol. |
|
Collect the underlying arrow arrays in an Arrow Table. |
|
Convert DataFrame to a dictionary mapping column name to values. |
Convert every row to a dictionary of Python-native values. |
|
Convert DataFrame to instantiable string representation. |
|
|
Convert DataFrame to a Jax Array, or dict of Jax Arrays. |
|
Convert this DataFrame to a NumPy ndarray. |
|
Convert this DataFrame to a pandas DataFrame. |
|
Convert a |
|
Convert DataFrame to a PyTorch Tensor, Dataset, or dict of Tensors. |