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

Commit c5999df

Browse files
Update connector.py
1 parent 03b6396 commit c5999df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def create_data_rows(lb_client:Client, base_client:baseClient, row:pandas.core.s
113113
def get_columns_function(table:pandas.core.frame.DataFrame):
114114
"""Grabs all column names from a Pandas DataFrame
115115
Args:
116-
df : Required (pandas.core.frame.DataFrame) - Pandas DataFrame
116+
table : Required (pandas.core.frame.DataFrame) - Pandas DataFrame
117117
Returns:
118118
List of strings corresponding to all column names
119119
"""
@@ -122,7 +122,7 @@ def get_columns_function(table:pandas.core.frame.DataFrame):
122122
def get_unique_values_function(table:pandas.core.frame.DataFrame, column_name:str):
123123
"""Grabs all unique values from a column in a Pandas DataFrame
124124
Args:
125-
df : Required (pandas.core.frame.DataFrame) - Pandas DataFrame
125+
table : Required (pandas.core.frame.DataFrame) - Pandas DataFrame
126126
column_name : Required (str) - Column name
127127
Returns:
128128
List of strings corresponding to all unique values in a column

0 commit comments

Comments
 (0)