On Sunday, January 6, 2013 5:57:17 AM UTC-8, RueTheDay wrote:
> I am getting the following error when running on Python 2.7 on Ubuntu 
> 12.04:
> >>>>>>
>
> AttributeError: 'Series' object has no attribute 'str'
I would *guess* that  you have an older version of pandas on your Linux machine.
Try "print(pd.__version__)" to see which version you have.

Also, trying asking over at 
https://groups.google.com/forum/?fromgroups=#!forum/pydata which is more 
dedicated to pandas.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to