• 13 Posts
  • 5 Comments
Joined 10 months ago
cake
Cake day: September 2nd, 2023

help-circle





  • Whatever you do, usually as long as the data frame fits in memory it should be pretty fast. Depending on functions you’re using applymap on splices of columns might be faster but code readability will suffer.

    How big is your dataset? If it’s huge or your need are complex you’ll get way more performance by switching from Pandas to Polars dataframes rather than trying to optimize Pandas operations.