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

Commit a2e9c06

Browse files
Update README.md
1 parent 4580b3d commit a2e9c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Labelbox Connector for Pandas
22

33
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))
55
- `labelpandas.client.create_table_from_dataset` : Creates a Pandas table given a Labelbox dataset (coming soon)
66
- `labelpandas.client.upsert_table_metadata` : Updates Pandas table metadata columns given a Labelbox dataset (coming soon)
77
- `labelpandas.client.upsert_labelbox_metadata` : Updates Labelbox metadata given a Pandas table (coming soon)

0 commit comments

Comments
 (0)