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 dc79369 commit 0c0ca34Copy full SHA for 0c0ca34
pandas/tseries/tests/test_resample.py
@@ -938,7 +938,7 @@ def test_resample_loffset(self):
938
self.assertEqual(result.index[0] - bday, expected.index[0])
939
940
def test_resample_loffset_count(self):
941
- # GH issue 12725
+ # GH 12725
942
start_time = '1/1/2000 00:00:00'
943
rng = date_range(start_time, periods=100, freq='S')
944
ts = Series(np.random.randn(len(rng)), index=rng)
0 commit comments