Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Using Pandas dataframe with a hierarchy for many different figures

$
0
0

@Jfrick100 wrote:

I have searched and searched in Pandas sites but cannot find the answer to this. So I hope it is ok to ask here.

I have a number of possible business dashboards I need to build. All of the dataframes/data sets have some sort of natural hierarchy to them. For example, here is a typical one

  • Store, City, State, Region, Date, Sales

My figures may be

  • Sales by Store by Month,
  • Sales by City by Month,
  • Sales by State by Month,

So far, when I build different figures that have different levels of detail, I have had trouble using my original dataframe at its most granular level, i.e. Store, and I end up creating a separate dataframe per figure. Somehow this seems inefficient.

The problem I run into using the original dataframe, i.e. Store, City, State, Region, Date, Sales, is that many of the figures attempt to display breaks or lines. For example a bar chart of Sales by Store will show a bar per store, but inside the bar, there are multiple lines, i.e. it displays as a stacked bar chart with each store’s month stacked on top of another.

Without addressing the issue of the stacked bar chart look, I am more interested in finding out how others work with dataframes that have these sorts of hierarchies.

  1. Are you able to use one very granular dataframe for multiple types of charts displaying multiple levels, like Store, City, State?
  2. Or do you do what I do and create a separate dataframe specifically for the figure and level of detail, ie, City or State, you want to display?

Thanks for any thoughts.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images