We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9266a38 commit ff3c173Copy full SHA for ff3c173
pandas/io/clipboard.py
@@ -8,6 +8,8 @@ def read_clipboard(**kwargs): # pragma: no cover
8
Read text from clipboard and pass to read_table. See read_table for the
9
full argument list
10
11
+ If unspecified, `sep` defaults to '\s+'
12
+
13
Returns
14
-------
15
parsed : DataFrame
0 commit comments