Dataframe Creation#
In-Memory Data#
Python Objects#
Creates a DataFrame from a list of dictionaries. |
|
Creates a DataFrame from a Python dictionary. |
Arrow#
Creates a DataFrame from a pyarrow Table. |
Pandas#
Creates a Daft DataFrame from a pandas DataFrame. |
Files#
Parquet#
Creates a DataFrame from Parquet file(s) |
CSV#
Creates a DataFrame from CSV file(s) |
JSON#
Creates a DataFrame from line-delimited JSON file(s) |
File Paths#
Creates a DataFrame of file paths and other metadata from a glob path. |
Data Catalogs#
Apache Iceberg#
Create a DataFrame from an Iceberg table |
Delta Lake#
Create a DataFrame from a Delta Lake table. |
Apache Hudi#
Create a DataFrame from a Hudi table. |
Integrations#
Ray Datasets#
Creates a DataFrame from a Ray Dataset. |
Dask#
Creates a Daft DataFrame from a Dask DataFrame. |
Databases#
Create a DataFrame from the results of a SQL query. |
|
Create a DataFrame from a LanceDB table |