Re: [Rpy] Handling of NA w/ get()

2009-01-30 Thread Laurent Gautier
So I have committed a patch that returns None whenever an atomic NA_integer_ is returned to Python. At least this is better than returning True. Atomic integer and real/float are less problematic, so I am inclined to leave them as they are for now. The variable NA_{LOGICAL, INTEGER, REAL} are

[Rpy] data frame getting factorized

2009-01-30 Thread Jeff Gentry
Another one that I'm figuring is operator error on my part, but the last one wasn't so who knows :) I've been dealing with some data.frames w/ no real problem until now, where everything seems to be getting factorized (ie 0,1,2,etc instead of 'abc', 'def', 'ghi') coming across the linkage, presuma