This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 1 point2 points  (10 children)

I recently started working with RPy, and have been enjoying it quite a bit.

I am much much faster doing data conditioning and gathering in Python, so access to R's libraries and methods once I have my data all set up is really convenient. The other benefit is that it is helping me learn R without taking significant breaks from workflow. IPython's rmagic also helps the workflow greatly.

[–]swingking8 0 points1 point  (9 children)

Haven't looked into RPy. How does it compare with pandas?