Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tiledb/dataframe_.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def from_pandas(uri, dataframe, **kwargs):

* Any `pandas.read_csv <https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html>`_ supported keyword argument
* **ctx** - A TileDB context
* **sparse** - (default True) Create sparse schema
* **sparse** - (default False) Create sparse schema
* **chunksize** - (default None) Maximum number of rows to read at a time. Note that this is also a `pandas.read_csv` argument
which `tiledb.read_csv` checks for in order to correctly read a file batchwise.
* **index_dims** (``List[str]``) -- List of column name(s) to use as dimension(s) in TileDB array schema. This is the recommended way to create dimensions.
Expand Down
Loading