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