0

I would like to discover how to plot a dataset that looks like: enter image description here

I have obtained it with the code:

df.groupby(['Feature','Type', pd.Grouper(key='date', freq='d')])['value'].sum().reset_index(name = 'value')
pcu
  • 1,204
  • 11
  • 27
  • 1
    Need the title to be more precise. Corrected the markup – Vega Aug 31 '17 at 22:44
  • 1
    What kind of plot you want? Scatter, bar plot, pie chart? Be more specific. – pcu Sep 01 '17 at 03:59
  • 1
    Would be great if you were more specific. I recommend reading this - https://stackoverflow.com/questions/20109391/how-to-make-good-reproducible-pandas-examples – Shivam Gaur Sep 01 '17 at 06:11

0 Answers0