We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722075 commit 1116ed5Copy full SHA for 1116ed5
pandas/core/generic.py
@@ -2988,15 +2988,15 @@ def to_clipboard(
2988
--------
2989
DataFrame.to_csv : Write a DataFrame to a comma-separated values
2990
(csv) file.
2991
- read_clipboard : Read text from clipboard and pass to read_table.
+ read_clipboard : Read text from clipboard and pass to read_csv.
2992
2993
Notes
2994
-----
2995
Requirements for your platform.
2996
2997
- Linux : `xclip`, or `xsel` (with `PyQt4` modules)
2998
- Windows : none
2999
- - OS X : none
+ - macOS : none
3000
3001
Examples
3002
0 commit comments