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 7ed1c00 commit ca3f0fcCopy full SHA for ca3f0fc
doc/source/whatsnew/v3.0.0.rst
@@ -95,6 +95,7 @@ Other enhancements
95
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
96
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
97
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
98
+- Added support for reading from directories in :func:`pandas.read_csv`, including local folders and remote locations via ``fsspec``
99
100
.. ---------------------------------------------------------------------------
101
.. _whatsnew_300.notable_bug_fixes:
0 commit comments