Is pandas now faster than data.table?
Here is the GitHub link to the most recent data.table
benchmark.
The data.table
benchmarks has not been updated since 2014. I heard somewhere that Pandas
is now faster than data.table
. Is this true? Has anyone done any benchmarks? I have never used Python before but would consider switching if pandas
can beat data.table
?
Topic data-table data pandas python r
Category Data Science