> ## 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.

# DataLoad

<span id="atoti.data_load.DataLoad" />

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

The available implementations are:

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

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