Skip to content

Commit 93f9732

Browse files
authored
Adapting note to renderize as highlighted note.
1 parent 77a36a3 commit 93f9732

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

awswrangler/catalog.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,10 @@ def sanitize_dataframe_columns_names(df: pd.DataFrame) -> pd.DataFrame:
679679
- Remove non alphanumeric characters
680680
- Convert CamelCase to snake_case
681681
682-
Note: after transformation, some column names might not be unique anymore.
683-
Example: the columns ["A", "a"] will be sanitized to ["a", "a"]
682+
Note
683+
----
684+
After transformation, some column names might not be unique anymore.
685+
Example: the columns ["A", "a"] will be sanitized to ["a", "a"]
684686
685687
Parameters
686688
----------

0 commit comments

Comments
 (0)