Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. CreateDate Store Orders_am Orders_pm
  2. 0 2018-01-21 2001 56 2
  3. 1 2018-01-21 2002 51 4
  4. 2 2018-01-21 2003 85 0
  5.  
  6. CreateDate datetime64[ns]
  7. Store int64
  8. Orders_am int64
  9. Orders_pm int64
  10.  
  11. plt.plot(df.groupby("Store").plot(x="CreateDate", y="Orders_am"))
  12.  
  13. TypeError: float() argument must be a string or a number, not 'AxesSubplot'
Add Comment
Please, Sign In to add comment