tiled.adapters.csv.read_csv

tiled.adapters.csv.read_csv(data_uri: str, structure: TableStructure | None = None, metadata: Dict[str, str | int | float | bool | Dict[str, Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]] | List[Dict[str, str | int | float | bool | Dict[str, JSON] | List[JSON]]]] | None = None, specs: List[Spec] | None = None, access_policy: AccessPolicy | None = None, **kwargs: Any) TableAdapter[source]

This wraps dask.dataframe.read_csv. Original docstring: