I cannot seem to use read_clipboard(). I have tried copying some of my data, the example data in the docs, and finally just the number 1. As you can see:
In [1]: %paste
1
## -- End pasted text --
Out[1]: 1
In [2]: pd.read_clipboard()
Segmentation fault (core dumped)
What am I doing wrong? Has anyone else had trouble using this?
I use IPython 0.12.1 and the latest dev build of pandas. I'm on Ubuntu 12.04.
In [1]: pd.__version__
Out[1]: '0.10.1'
And just to be safe:
dallan@dielectric-pc:~/pandas-danielballan$ git fetch upstream master
From git://github.com/pydata/pandas
* branch master -> FETCH_HEAD
dallan@dielectric-pc:~/pandas-danielballan$ git merge upstream/master
Already up-to-date.
dallan@dielectric-pc:~/pandas-danielballan$ git status
# On branch master
nothing to commit (working directory clean)
dallan@dielectric-pc:~/pandas-danielballan$