[Chicago] Fun in learning ML

Carl Karsten carl at personnelware.com
Mon Feb 2 17:29:38 CET 2015


IDEs and screen shots make it harder to converse over email.

Use the simple text based python repl so you can cut/paste text.
I don't have it installed, so this is what I get:

carl at twist:~$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

>>> import pandas
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pandas
>>>

Do that and post the results.




On Sun, Feb 1, 2015 at 1:18 AM, Randy Baxley <randy7771026 at gmail.com> wrote:

> It was worth a try so I did it.  I think Pandas is installed but on the
> path highlighted and in yellow at the top in fir.
> st attachment
> Second attachment shows where I think Python is looking for Pandas,
>
> On Sat, Jan 31, 2015 at 10:23 PM, Carl Karsten <carl at personnelware.com>
> wrote:
>
>>
>> On Sat, Jan 31, 2015 at 10:02 PM, Randy Baxley <randy7771026 at gmail.com>
>> wrote:
>>
>>>     from pandas.core.api import get_dummies
>>> ImportError: cannot import name get_dummies
>>>
>>
>> pandas isn't installed right. (maybe not at all)
>>
>> my guess:
>> sudo easy_install pandas
>>
>> --
>> Carl K
>>
>>
>> _______________________________________________
>> Chicago mailing list
>> Chicago at python.org
>> https://mail.python.org/mailman/listinfo/chicago
>>
>>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>


-- 
Carl K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20150202/1b5bf315/attachment.html>


More information about the Chicago mailing list