> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti.data_load.DataLoad

### *class* atoti.data\_load.DataLoad

The definition of data that can be loaded into a table.

The available implementations are:

* [`atoti.CsvLoad`](./atoti.data_load.csv_load#atoti.CsvLoad)
* [`atoti_jdbc.JdbcLoad`](./atoti_jdbc.jdbc_load#atoti_jdbc.JdbcLoad)
* [`atoti_parquet.ParquetLoad`](./atoti_parquet.parquet_load#atoti_parquet.ParquetLoad)

<Callout icon="link">
  **See also**:
  [`load()`](./atoti.Table.load#atoti.Table.load) and [`infer_data_types()`](./atoti.tables.Tables.infer_data_types#atoti.tables.Tables.infer_data_types).
</Callout>
