Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Atoti Python SDK
>>> table = session.read_csv( ... "s3://test.public.atoti.io/city.csv", ... keys={"city"}, ... table_name="City", ... ) >>> table.head().sort_index() value city London 200.0 Paris 100.0