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

Commit 688ecd7

Browse files
Luke MoehlenbrockLuke Moehlenbrock
authored andcommitted
added check for NaN values from pd dataframe
1 parent 3a50c0b commit 688ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def create_data_rows_from_table(
144144
metadata_index=x["metadata_index"], attachment_index=x["attachment_index"],
145145
annotation_index=x["annotation_index"], prediction_index=x["prediction_index"],
146146
create_action=actions["create"], annotate_action=actions["annotate"], prediction_action=actions["predictions"],
147-
upload_method=upload_method, mask_method=mask_method, divider=divider, verbose=verbose
147+
batch_action=actions["batch"], upload_method=upload_method, mask_method=mask_method, divider=divider, verbose=verbose
148148
)
149149

150150
# Upload your data rows to Labelbox, updating upload_dict if global keys are modified during upload using labelbase.uploader.batch_create_data_rows

0 commit comments

Comments
 (0)