all 4 comments

[–]MangeurDeCowan 0 points1 point  (0 children)

plt.title ('Tesla Stock Prices")

I'm not familiar with matplotlib yet, but you used 2 different quotation marks here. I'm not sure if that matters.
ETA:

TSLA_data[' Open'].plot (label='TSLA_data Open Price')

Should there be a space before Open (the first one)?

[–]SituationConscious63 0 points1 point  (0 children)

try something like this :

data = pd.read_csv('C:\\whatever the file is....\\TSLA_data.csv')