File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ New features
57
57
the bandwidth, and to gkde.evaluate() to specify the indicies at which it
58
58
is evaluated, respecttively. See scipy docs. (:issue: `4298 `)
59
59
- Added ``isin `` method to DataFrame (:issue: `4211 `)
60
+ - ``df.to_clipboard() `` learned a new ``excel `` keyword that let's you
61
+ paste df data directly into excel (enabled by default). (:issue: `5070 `).
60
62
- Clipboard functionality now works with PySide (:issue: `4282 `)
61
63
- New ``extract `` string method returns regex matches more conveniently
62
64
(:issue: `4685 `)
Original file line number Diff line number Diff line change @@ -378,6 +378,8 @@ HDFStore API Changes
378
378
Enhancements
379
379
~~~~~~~~~~~~
380
380
381
+ - ``df.to_clipboard()`` learned a new ``excel`` keyword that let's you
382
+ paste df data directly into excel (enabled by default). (:issue:`5070`).
381
383
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
382
384
``ValueError`` (:issue:`4303`, :issue:`4305`)
383
385
- Added a test for ``read_clipboard()`` and ``to_clipboard()`` (:issue:`4282`)
You can’t perform that action at this time.
0 commit comments