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 7deba72 commit 6db79feCopy full SHA for 6db79fe
pandas/io/parsers.py
@@ -375,18 +375,6 @@ def to_clipboard(obj): # pragma: no cover
375
from pandas.util.clipboard import clipboard_set
376
clipboard_set(str(obj))
377
378
-class BufferedReader(object):
379
- """
380
- For handling different kinds of files, e.g. zip files where reading out a
381
- chunk of lines is faster than reading out one line at a time.
382
383
-
384
- def __init__(self, fh, delimiter=','):
385
- pass # pragma: no coverage
386
387
-class BufferedCSVReader(BufferedReader):
388
- pass
389
390
391
# common NA values
392
# no longer excluding inf representations
0 commit comments