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

Commit 7397e20

Browse files
Update labels.py
1 parent 518f407 commit 7397e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/labels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create_annotation_upload_dict(client:labelboxClient, table:pandas.core.frame
3535
global_key_col : Required (str) - Column name containing the data row global key - defaults to row data
3636
project_id_col : Required (str) - Column name containing the project ID to batch a given row to
3737
project_id : Required (str) - Labelbox project ID to add data rows to - only necessary if no "project_id" column exists
38-
annotation_index : Required (dict) - Dictonary where {key=column_name : value=annotation_type}
38+
annotation_index : Required (dict) - Dictonary where {key=column_name : value=top_level_feature_name}
3939
global_key_to_data_row_id : Required (dict) - Dictionary where {key=global_key : value=data_row_id}
4040
Returns:
4141

0 commit comments

Comments
 (0)