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

Commit e5c49c5

Browse files
Update client.py
1 parent bc6c70a commit e5c49c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

labelpandas/client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ def create_data_rows_from_table(self, df:pd.core.frame.DataFrame, lb_dataset:lab
6262
row_data_col=row_data_col, global_key_col=global_key_col,
6363
external_id_col=external_id_col, metadata_index=metadata_index, divider=divider, verbose=verbose
6464
)
65+
66+
key = next(iter(global_key_to_upload_dict))
67+
68+
print(f'{key} : {global_key_to_upload_dict[key]}')
6569

6670
# Upload your data rows to Labelbox
6771
upload_results = self.base_client.batch_create_data_rows(

0 commit comments

Comments
 (0)