We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4a4d3 commit 77a36a3Copy full SHA for 77a36a3
awswrangler/catalog.py
@@ -679,6 +679,9 @@ def sanitize_dataframe_columns_names(df: pd.DataFrame) -> pd.DataFrame:
679
- Remove non alphanumeric characters
680
- Convert CamelCase to snake_case
681
682
+ Note: after transformation, some column names might not be unique anymore.
683
+ Example: the columns ["A", "a"] will be sanitized to ["a", "a"]
684
+
685
Parameters
686
----------
687
df : pandas.DataFrame
0 commit comments