I have stock data in a .csv file. The date column is in unix time. How do I convert the entire column to readable dates? Also, how do I set the x axis to day-times and not seconds? Very new to this..
RBZ one day.csv looks like this: RBZ csv data
df = pd.read_csv('RBZ one day.csv')
fig = plt.figure(figsize=(15,7))
ax1 = plt.subplot2grid((40,40), (0,0), rowspan=40, colspan=40)
ax1.plot(open)