Skip to content

Commit 5a3cf7a

Browse files
author
y-p
committed
Merge pull request pandas-dev#5548 from y-p/doc_toclipboard
DOC: mention new to_clipboard/paste into excel capability in release docs
2 parents 2a14ed7 + db8f26c commit 5a3cf7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ New features
5757
the bandwidth, and to gkde.evaluate() to specify the indicies at which it
5858
is evaluated, respecttively. See scipy docs. (:issue:`4298`)
5959
- 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`).
6062
- Clipboard functionality now works with PySide (:issue:`4282`)
6163
- New ``extract`` string method returns regex matches more conveniently
6264
(:issue:`4685`)

doc/source/v0.13.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ HDFStore API Changes
378378
Enhancements
379379
~~~~~~~~~~~~
380380

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`).
381383
- ``read_html`` now raises a ``URLError`` instead of catching and raising a
382384
``ValueError`` (:issue:`4303`, :issue:`4305`)
383385
- Added a test for ``read_clipboard()`` and ``to_clipboard()`` (:issue:`4282`)

0 commit comments

Comments
 (0)