Input/output#
CSV#
|
Load a comma-separated-values (CSV) dataset into a DataFrame |
|
Write a dataframe to csv file format. |
Text#
|
Configuration object for a text Datasource |
JSON#
|
Load a JSON dataset into a DataFrame |
|
Convert the cuDF object to a JSON string. |
Parquet#
|
Load a Parquet dataset into a DataFrame |
|
Write a DataFrame to the parquet format. |
Read a Parquet file's metadata and schema |
|
|
Write a parquet file or dataset incrementally |
Close all open files and optionally return footer metadata as a binary blob |
|
Write a dataframe to the file/dataset |
ORC#
|
Load an ORC dataset into a DataFrame |
|
Write a DataFrame to the ORC format. |
HDFStore: PyTables (HDF5)#
|
Read from the store, close it if we opened it. |
|
Write the contained data to an HDF5 file using HDFStore. |
Warning
HDF reader and writers are not GPU accelerated. These currently use CPU via Pandas. This may be GPU accelerated in the future.
Feather#
|
Load an feather object from the file path, returning a DataFrame. |
|
Write a DataFrame to the feather format. |
Warning
Feather reader and writers are not GPU accelerated. These currently use CPU via Pandas. This may be GPU accelerated in the future.
Avro#
|
Load an Avro dataset into a DataFrame |