S-UP
S-UP
Same here. Coming from the Rmd/Shiny side of things, I really miss the ease of use that Rmd files provide when working with analyses and reports. For instance, I ended...
Thanks a lot! We'll give it a shot. Potentially useful to set the defaults in AgGrid to something that makes the most sense for most use-cases, i.e. as above.
Interesting approach. Thanks for sharing! Questions: Why can you use ```next_time = df.index[1] - df.index[0]``` given the index of the data frame is not a time index?
May I ask how you would extend your approach for situations where there is only _one_ product type to consider. Or to stick with the above example: Assume we are...
Thanks. I realize I should have been more explicit. I still want to create labels per Transaction ID or, potentially, Transaction Date (i.e. aggregating all transactions into a single transaction...
As an alternative, if one could calculate trend line values independently and then add them as an additional layer, this could be a work around. But it seems combining e.g....