I can get Open values and the others with df.Open but I could not get date because its unamed. How can I get date values?
CodePudding user response:
df.index holds the date values
I can get Open values and the others with df.Open but I could not get date because its unamed. How can I get date values?
CodePudding user response:
df.index holds the date values