There was an error while loading. Please reload this page.
1 parent 2c45ed3 commit 74b2b0fCopy full SHA for 74b2b0f
pandas/tests/test_window.py
@@ -226,7 +226,7 @@ def test_count_nonnumeric_types(self):
226
'dt_nat': [pd.Timestamp('20170101'), pd.Timestamp('20170203'),
227
pd.Timestamp(None)],
228
'periods_nat': [pd.Period('2012-01'), pd.Period('2012-02'),
229
- pd.Period(None)]},
+ pd.Period(None)]},
230
columns=cols)
231
232
expected = DataFrame(
0 commit comments