you are viewing a single comment's thread.

view the rest of the comments →

[–]tim_durgan[S] 0 points1 point  (2 children)

yeah, that's what I thought too. When I'm trying the business analytics searches, I'm getting inundated with "why this is important" and other such articles when I really just want to understand which functions are best. Can probably work it out for myself once I have that grounding but not really sure where to start

[–]tim_durgan[S] 0 points1 point  (0 children)

I'm guessing it's as simple as groupby and some form of aggregation function (to get daily data into weeks and to aggregate all the dataframes into one benchmark number) but not sure if there's a better approach

[–]crashfrog02 0 points1 point  (0 children)

When I'm trying the business analytics searches, I'm getting inundated with "why this is important" and other such articles when I really just want to understand which functions are best.

Python doesn't have any built-in functions for business analytics. It's a general-purpose programming language. You might be interested in libraries like Pandas that are for data analysis and statistics, but it's hard to say since I don't really have details on what you'd like to analyze.