We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ba12f commit f5d0dd9Copy full SHA for f5d0dd9
pandas/tests/reshape/test_crosstab.py
@@ -746,6 +746,7 @@ def test_margin_normalize_multiple_columns(self):
746
747
748
def test_categoricals():
749
+ # https://github.com/pandas-dev/pandas/issues/37465
750
g = np.random.RandomState(25982704)
751
a = Series(g.randint(0, 3, size=100)).astype("category")
752
b = Series(g.randint(0, 2, size=100)).astype("category")
0 commit comments