You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: