Export#
Export DataFrame data to other formats:
| 
 | 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 instantiatable string representation. | |
| 
 | Convert DataFrame to a 2D NumPy array. | 
| 
 | Cast to a pandas DataFrame. | 
| 
 | Convert a  |