Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 6ca9efd

Browse files
Update data_rows.py
1 parent 3f19ddc commit 6ca9efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def create_data_row_upload_dict(client:labelboxClient, table:pd.core.frame.DataF
1717
global_key_col : Required (str) - Column name containing the data row global key - defaults to row data
1818
external_id_col : Required (str) - Column name containing the data row external ID - defaults to global key
1919
dataset_id_col : Required (str) - Column name containing the dataset ID to add data rows to
20-
dataset_id : Required (str) - Default dataset if dataset_id == ""
20+
dataset_id : Required (str) - Labelbox dataset ID to add data rows to - only necessary if no "dataset_id" column exists
2121
metadata_index : Required (dict) - Dictonary where {key=column_name : value=metadata_type}
2222
attachment_index : Required (dict) - Dictonary where {key=column_name : value=attachment_type}
2323
divider : Required (str) - String delimiter for all name keys generated

0 commit comments

Comments
 (0)