Data formats

Supported formats

Terality supports importing or exporting data in the following formats:
Format
Import function
Export function
CSV
​terality.read_csv​
Parquet
​terality.read_parquet​
Excel
​terality.read_excel​
JSON
​terality.read_json​
HTML
​
SQL
​terality.read_sql​
​
SQL query
​terality.read_sql_query​
​
SQL table
​terality.read_sql_table​
​
Feather
​terality.read_feather​
​
Stata
​terality.read_stata​
​
Fixed-Width Text File
​terality.read_fwf​
​
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.
Copy link