On 13/05/10 00:07, John Owens wrote:
> Laurent<lgautier<at>  gmail.com>  writes:
>
>> print(df.colnames) does not return any name like 'Date', therefore
>>
>>   >>>  print(df.rx2('Date'))
>> NULL
>
> Oops - totally my bad, yow.
>
>>
>>> for k,v in df.rx2('a').iteritems():
>>>       print k,v
>
> Why does this one not work?

(Fixed) bug in Vector.iteritems(). In rpy2-2.1.1, it cannot handle the 
case where a vector does not have names.

> JDO
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


------------------------------------------------------------------------------

_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to