With the new alpha,
z.subset('y')[0]
can also be written as
z.r['y'][0]
I am sometimes checking with R-devel and Python-2.6, and last time
I did it was doing ok.
Thanks for reporting any error you would notice.
To run the automated tests (and see that there are still issues with the
current R an
On Wed, Jun 25, 2008 at 5:30 PM, Laurent Gautier <[EMAIL PROTECTED]> wrote:
> 2008/6/25 Sean Davis <[EMAIL PROTECTED]>:
>> First, Laurent, I am giving rpy2 a try and REALLY like what I see so
>> far. It is very much more intuitive, both from the point-of-view of
>> an R programmer as well as for p
2008/6/25 Sean Davis <[EMAIL PROTECTED]>:
> First, Laurent, I am giving rpy2 a try and REALLY like what I see so
> far. It is very much more intuitive, both from the point-of-view of
> an R programmer as well as for python programmers.
>
> Data frames are very nice R data structures, so I would li
First, Laurent, I am giving rpy2 a try and REALLY like what I see so
far. It is very much more intuitive, both from the point-of-view of
an R programmer as well as for python programmers.
Data frames are very nice R data structures, so I would like to
capitalize on them and the changes included i