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 77a36a3 commit 93f9732Copy full SHA for 93f9732
awswrangler/catalog.py
@@ -679,8 +679,10 @@ 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"]
+ Note
+ ----
684
+ After transformation, some column names might not be unique anymore.
685
+ Example: the columns ["A", "a"] will be sanitized to ["a", "a"]
686
687
Parameters
688
----------
0 commit comments