Skip to content

Commit

Permalink
List all the keyword arguments for from_numpy function
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Apr 11, 2024
1 parent 292c811 commit f74648f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tiledb/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ def from_numpy(uri, array, config=None, ctx=None, **kwargs):
* **append_dim** - The dimension along which the Numpy array is append (default: 0).
* **start_idx** - The starting index to append to. By default, append to the end of the existing data.
* **timestamp** - Write TileDB array at specific timestamp.
* **dim_dtype** - Dimension data type, default np.uint64
* **attr_name** - Attribute name, default empty string
* **tile** - Tile extent for each dimension, default None
Additionally, arguments accepted by ArraySchema constructor can also be passed to customize the underlying array schema.
**Example:**
Expand Down

0 comments on commit f74648f

Please sign in to comment.