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

Commit 6847581

Browse files
Update client.py
1 parent a2d5a7b commit 6847581

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labelpandas/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def export_to_table(
4444

4545
table = pd.DataFrame.from_dict(flattened_labels_dict)
4646

47+
if verbose:
48+
print(f"Success: DataFrame generated")
49+
4750
return table
4851

4952
def create_data_rows_from_table(

0 commit comments

Comments
 (0)