Skip to content

Commit 61a36a5

Browse files
BUG: stringio rewind in asv ReadCSVIndexCol
1 parent 43bcb22 commit 61a36a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/io/csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def setup(self):
576576
self.StringIO_input = StringIO(data)
577577

578578
def time_read_csv_index_col(self):
579-
read_csv(self.StringIO_input, index_col="a")
579+
read_csv(self.data(self.StringIO_input), index_col="a")
580580

581581

582582
from ..pandas_vb_common import setup # noqa: F401 isort:skip

0 commit comments

Comments
 (0)