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

Commit adae91f

Browse files
Update client.py
1 parent 8b1aa45 commit adae91f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

labelpandas/client.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
class Client():
88
"""
99
Args:
10-
lb_client : Required: labelbox.client.Client()
11-
10+
lb_api_key : Required: labelbox.client.Client()
1211
Attributes:
1312
lb_client : labelbox.Client object
14-
13+
base_client : labelbase.Client object
1514
Key Functions:
16-
create_data_rows_from_table : Creates Labelbox data rows (and metadata) given a Pandas table
15+
create_data_rows_from_table : Creates Labelbox data rows (and metadata) given a Pandas DataFrame
1716
"""
1817
def __init__(
1918
self,

0 commit comments

Comments
 (0)