Skip to content

Commit b7c9155

Browse files
committed
add api doc
1 parent bb420dc commit b7c9155

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/io/parsers/readers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
167167
168168
By file-like object, we refer to objects with a ``read()`` method, such as
169169
a file handle (e.g. via builtin ``open`` function) or ``StringIO``.
170+
171+
.. versionadded:: 3.0.0
172+
Support reading from directory paths, which will read all files in the
173+
directory and return a generator of DataFrames or TextFileReaders if chunked.
170174
sep : str, default {_default_sep}
171175
Character or regex pattern to treat as the delimiter. If ``sep=None``, the
172176
C engine cannot automatically detect

0 commit comments

Comments
 (0)