R or Python for file manipulation

Posted by danspants on Stack Overflow See other posts from Stack Overflow or by danspants
Published on 2010-05-05T01:24:41Z Indexed on 2010/05/05 1:28 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I have 4 reasonably complex r scripts that are used to manipulate csv and xml files. These were created by another department where they work exclusively in r.

My understanding is that while r is very fast when dealing with data, it's not really optimised for file manipulation. Can I expect to get significant speed increases by converting these scripts to python? Or is this something of a waste of time?

© Stack Overflow or respective owner

Related posts about python

Related posts about r