Hello RPy users! I'm new to using RPy, but am very enthusiastic about
my experiences so far. In the course of my exploration, I've read the
documentation carefully, and have many errata (most minor; some not)
I'd like to contribute back to the community. Are there plans to
convert the documentat
On Fri, Mar 28, 2008 at 11:19 PM, John Riedl <[EMAIL PROTECTED]> wrote:
> Hello RPy users! I'm new to using RPy, but am very enthusiastic about
> my experiences so far. In the course of my exploration, I've read the
> documentation carefully, and have many errata (most minor; some not)
> I'd l
Hello,
I am trying to read a 100mb+ csv file in python.
f=csv.DictReader(open(filename))
or
f=csv.Reader(open(filename))
When I read it in I would like to pass it to R to do some work on it.
How would I do that?
Do I pass the file pointer or read file?
I think for speed purposes I would prefer pa