python programming for Finance p 3
for the second subplot Volume: ax2.bar(df.index,df['Volume'])
I have the following error:
TypeError: ufunc subtract cannot use operands with types dtype('<M8[ns]') and dtype('float64')
I tried ax2.plot, no problem. I guess it is because of the bar chart. Could I get some help here please? Thank you
You must be logged in to post. Please login or register an account.