In article <_dudntfyxdvclhtnnz2dnuvz_ocdn...@giganews.com>,
RueTheDay wrote:
> On Sun, 06 Jan 2013 11:45:34 -0500, Roy Smith wrote:
>
> > In article <_dudnttyxduonxtnnz2dnuvz_ocdn...@giganews.com>,
> > RueTheDay wrote:
> >
> >> On Sun, 06 Jan 2013 08:05:59 -0800, Miki Tebeka wrote:
> >>
> >
On Sun, 06 Jan 2013 11:45:34 -0500, Roy Smith wrote:
> In article <_dudnttyxduonxtnnz2dnuvz_ocdn...@giganews.com>,
> RueTheDay wrote:
>
>> On Sun, 06 Jan 2013 08:05:59 -0800, Miki Tebeka wrote:
>>
>> > On Sunday, January 6, 2013 5:57:17 AM UTC-8, RueTheDay wrote:
>> >> I am getting the followi
In article <_dudnttyxduonxtnnz2dnuvz_ocdn...@giganews.com>,
RueTheDay wrote:
> On Sun, 06 Jan 2013 08:05:59 -0800, Miki Tebeka wrote:
>
> > 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:
> >> >
On Sun, 06 Jan 2013 08:05:59 -0800, Miki Tebeka wrote:
> 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*
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 "p
I'm working my way through the examples in the O'Reilly book Python For
Data Analysis and have encountered a snag.
The following code is supposed to analyze some web server log data and
produces aggregate counts by client operating system.
###
import json # used to process json