We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7929e89 commit f060ca6Copy full SHA for f060ca6
doc/source/whatsnew/v1.3.0.rst
@@ -240,6 +240,7 @@ I/O
240
- Bug in :func:`read_csv` raising ``IndexError`` with multiple header columns and ``index_col`` specified when file has no data rows (:issue:`38292`)
241
- Bug in :func:`read_csv` not accepting ``usecols`` with different length than ``names`` for ``engine="python"`` (:issue:`16469`)
242
- Bug in :func:`read_csv` raising ``TypeError`` when ``names`` and ``parse_dates`` is specified for ``engine="c"`` (:issue:`33699`)
243
+- Bug in :func:`read_clipboard`, :func:`DataFrame.to_clipboard` not working in WSL (:issue:`38527`)
244
- Allow custom error values for parse_dates argument of :func:`read_sql`, :func:`read_sql_query` and :func:`read_sql_table` (:issue:`35185`)
245
-
246
0 commit comments