Open exsell-jc opened 1 year ago
Thanks for your suggestions, @exsell-jc
tidypandas
is simply a wrapper over pandas
. The boilerplate code should not add ideally add extra compute time as compared to pandas, definitely not changing by an order of magnitude. Also, we do not optimize for time, but for readbility and clear exposition of idea.
I will plan to add timings per verb on a separate vignette and not in readme.
https://github.com/markfairbanks/tidypolars/blob/main/README.md#speed-comparisons
https://h2oai.github.io/db-benchmark
If this is based on Arrow, similar to Pandas 2, then that would be great.