Python Forum
Seeking advice on dask distributed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seeking advice on dask distributed
#5
Hey snippsat,

My apologies for not responding to your earlier, I actually moved away from polars to pandas. In my benchmarking, yes I found that polars is better than pandas at raw math, but it's a lot slower when it comes to splitting/appending dataframes. I'm doing stock backtesting with time based series, however because the times constitute variable row counts of data with differing time slices, none of the polars rolling functions worked out. So I'm stuck with slicing dataframes, and then doing math on sliced dataframes. No single dataframe is greater than perhaps 20000 entries... and the raw math speed provided by polars is negated by the slower dataframe manipulation within polars.
Reply


Messages In This Thread
Seeking advice on dask distributed - by sawtooth500 - Apr-13-2024, 09:36 PM
RE: Seeking advice on dask distributed - by Larz60+ - Apr-14-2024, 10:17 AM
RE: Seeking advice on dask distributed - by sawtooth500 - Apr-15-2024, 11:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New user seeking help EdRaponi 2 49,689 Jun-23-2020, 12:03 PM
Last Post: EdRaponi
  seeking suggestions for function option name Skaperen 1 2,574 Dec-22-2018, 05:27 AM
Last Post: Gribouillis
  Newbie seeking help with DNS query DaytonJones 0 2,266 Sep-21-2018, 06:29 PM
Last Post: DaytonJones
  Class Modules, and Passing Variables: Seeking Advice Robo_Pi 21 10,442 Mar-02-2018, 05:22 PM
Last Post: snippsat
  Seeking understanding with the python import function. Intelligent_Agent0 2 2,647 Feb-18-2018, 11:57 PM
Last Post: snippsat
  Seeking feedback on my script-in-progress league55 2 2,692 Feb-12-2018, 03:03 PM
Last Post: league55
  Seeking creative and knowlegeable coder for help! Elusth 4 5,535 Nov-07-2016, 08:26 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020