Ejemplo n.º 1
0
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning, check_stacklevel=False):
         pd.pnow(freq='M')
Ejemplo n.º 2
0
 def test_pnow(self):
     with tm.assert_produces_warning(FutureWarning,
                                     check_stacklevel=False):
         pd.pnow(freq='M')