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?

JDO


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

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

Reply via email to