10000
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 e7b8bf0 commit 7bab84dCopy full SHA for 7bab84d
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