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

Commit 7b6ae1b

Browse files
Update data_rows.py
1 parent 75095c1 commit 7b6ae1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelpandas/data_rows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def create_data_row_upload_dict(client:labelboxClient, table:dict,
4040
dataset_to_global_key_to_upload_dict = {dataset_id : {}}
4141
else:
4242
dataset_to_global_key_to_upload_dict = {id : {} for id in len(list(set([str(row_dict[dataset_id_col]) for row_dict in df_dict])))}
43-
df_dict = df.to_dict('records')
4443
with ThreadPoolExecutor(max_workers=8) as exc:
4544
errors = []
4645
futures = []

0 commit comments

Comments
 (0)