File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -4847,22 +4847,6 @@ def test_to_csv_float32_nanrep(self):
4847
4847
lines = f .readlines ()
4848
4848
self .assert_ (lines [1 ].split (',' )[2 ] == '999' )
4849
4849
4850
- @slow
4851
- def test_to_csv_boundry_conditions (self ):
4852
- from pandas .util .testing import makeTimeDataFrame
4853
-
4854
- with ensure_clean () as path :
4855
-
4856
- df = makeTimeDataFrame (25000 )
4857
- df .to_csv (path )
4858
- rs = pan .read_csv (path , index_col = 0 , parse_dates = True )
4859
- assert_frame_equal (rs , df )
4860
-
4861
- df = makeTimeDataFrame (25001 )
4862
- df .to_csv (path )
4863
- rs = pan .read_csv (path , index_col = 0 , parse_dates = True )
4864
- assert_frame_equal (rs , df )
4865
-
4866
4850
def test_to_csv_withcommas (self ):
4867
4851
4868
4852
# Commas inside fields should be correctly escaped when saving as CSV.
You can’t perform that action at this time.
0 commit comments