Importing and exporting data
Terality allows multiple methods for importing and exporting your data. These can be divided in two broad categories:
Reading from and writing to storage services (your local drive, AWS S3...) using different data formats (csv, parquet...).
Converting from and to a pandas
DataFrame
(in memory, on your computer/server) and a TeralityDataFrame
(living on Terality's cluster and not using any memory on your side).
Last updated