We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beb122 commit 8701bbaCopy full SHA for 8701bba
pandas/tests/series/test_dtypes.py
@@ -64,7 +64,7 @@ def test_dtype(self):
64
assert self.ts.ftypes == 'float64:dense'
65
tm.assert_series_equal(self.ts.get_dtype_counts(),
66
Series(1, ['float64']))
67
- #GH18243 - Assert .get_ftype_counts is deprecated
+ # GH18243 - Assert .get_ftype_counts is deprecated
68
with tm.assert_produces_warning(FutureWarning):
69
tm.assert_series_equal(self.ts.get_ftype_counts(),
70
Series(1, ['float64:dense']))
0 commit comments