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

Commit 9306ed7

Browse files
Update connector.py
1 parent 63f9954 commit 9306ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def add_column_function(df, column_name:str, default_value=""):
107107
column_name : Required (str) - Column name
108108
default_value : Optional - Value to insert into column
109109
Returns:
110-
You Pandas DataFrame with a new column
110+
Your Pandas DataFrame with a new column
111111
"""
112112
df[column_name] = default_value
113113
return df

0 commit comments

Comments
 (0)