You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Labelbox Connector for Pandas
2
2
3
3
Access the Labelbox Connector for Pandas, an open-source Python API that handles CSVs and Dataframes very well
4
-
-`labelpandas.client.create_data_rows_from_table` : Creates Labelbox data rows (and metadata) given a Pandas table
4
+
-`labelpandas.client.create_data_rows_from_table` : Creates Labelbox data rows (and metadata) given a Pandas table ([example notebook](https://github.com/Labelbox/labelpandas/blob/main/notebooks/create_data_rows_example.ipynb))
5
5
-`labelpandas.client.create_table_from_dataset` : Creates a Pandas table given a Labelbox dataset (coming soon)
6
6
-`labelpandas.client.upsert_table_metadata` : Updates Pandas table metadata columns given a Labelbox dataset (coming soon)
7
7
-`labelpandas.client.upsert_labelbox_metadata` : Updates Labelbox metadata given a Pandas table (coming soon)
0 commit comments