Terality Docs
  • What is Terality?
  • Documentation
    • Quickstart
      • Setup
      • Tutorial
      • Next steps
    • User guide
      • Supported configurations
      • User dashboard
      • Importing and exporting data
        • Reading/writing to storage
        • Reading from multiple files
        • Writing to multiple files
        • Storage services
        • Data formats
        • From/to pandas
      • .apply() and passing callables
      • Caching
      • Best practices and anti-patterns
      • Upgrading your client version
      • Client configuration (CLI)
      • Support for external packages
      • Advanced topics
        • Data mutability and ownership: Terality vs pandas
    • API Reference
      • Conversion from/to pandas
      • Write to multiple files
    • Deploy Terality in your own AWS account
    • Releases
  • FAQ
    • Differences with
      • Terality and Pandas
      • Terality vs Spark
      • Terality vs Dask
    • Pricing
    • Security
    • Support & contact
    • Common setup issues
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. User guide
  3. Importing and exporting data

Data formats

PreviousStorage servicesNextFrom/to pandas

Last updated 3 years ago

Was this helpful?

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
terality.read_csv
terality.DataFrame.to_csv
terality.read_parquet
terality.DataFrame.to_parquet
terality.read_excel
terality.DataFrame.to_excel
terality.read_json
terality.DataFrame.to_json
terality.DataFrame.to_html
terality.read_sql
terality.read_sql_query
terality.read_sql_table
terality.read_feather
terality.read_stata
terality.read_fwf