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 0fe8879 commit 9b68e60Copy full SHA for 9b68e60
pandas/tests/methods/corr.py
@@ -120,7 +120,7 @@ def test_transform_ord_cat_cols_to_coded_cols(
120
],
121
)
122
def test_transform_ord_cat_cols_to_coded_cols_duplicated_col(
123
- input_df_dict, expected_df_dict
+ input_df_dict: dict, expected_df_dict: dict
124
) -> None:
125
# GH #60306
126
input_df = DataFrame(input_df_dict)
0 commit comments