Skip to content

Commit

Permalink
Merge pull request #94 from UBC-MDS/93-fix-select-columns-str
Browse files Browse the repository at this point in the history
fix: select column str addressed
  • Loading branch information
zth96 authored Feb 3, 2024
2 parents 9da5e27 + b09fc58 commit 2436b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tidyversetopandas/tidyversetopandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def select(dataframe, *columns):
Parameters:
dataframe (pd.DataFrame): The DataFrame to select columns from.
columns (list of str): Column names to select.
columns (str): Column names to select.
Returns:
pd.DataFrame: A DataFrame with only the selected columns.
Expand Down

0 comments on commit 2436b6d

Please sign in to comment.