Data formats
Supported formats
Terality supports importing or exporting data in the following formats:
Format | Import function | Export function |
CSV | ||
Parquet | ||
Excel | ||
JSON | ||
HTML | ||
SQL | ||
SQL query | ||
SQL table | ||
Feather | ||
Stata | ||
Fixed-Width Text File |
These functions accept the same parameters as the pandas
API.
Other pandas
input/output functions (such as read_xml
) are not supported yet. Please don't hesitate to suggest your preferred format by reaching out to us.
Last updated