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 d2d0f71 commit 858d0c2Copy full SHA for 858d0c2
pandas/tests/methods/corr.py
@@ -135,7 +135,9 @@
135
),
136
],
137
)
138
-def test_transform_ord_cat_cols_to_coded_cols(input_df: DataFrame, expected_df: DataFrame):
+def test_transform_ord_cat_cols_to_coded_cols(
139
+ input_df: DataFrame, expected_df: DataFrame
140
+):
141
# duplicate columns creation for dup columns
142
if "dup_1" in input_df.columns:
143
input_df.columns = ["dup" for _ in range(len(input_df.columns))]
0 commit comments