We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5375a commit 18d7055Copy full SHA for 18d7055
pandas/io/clipboards.py
@@ -65,7 +65,6 @@ def read_clipboard(sep=r"\s+", **kwargs): # pragma: no cover
65
# to account for index columns
66
index_length = len(lines[0]) - len(lines[0].lstrip(" \t"))
67
if index_length != 0:
68
- print(index_length)
69
kwargs.setdefault("index_col", [0, index_length - 1])
70
71
# Edge case where sep is specified to be None, return to default
0 commit comments