Date Formatting

Noob here again learning as much as possible.
I want to plot Date on X-axis and Closing of SPY on the Y-axis.
Issues with the x-axis.

I am really digging through documentation, but each time seems like I make my problem worse.

Not possible to read currently what do I need to do differently?

1 Like

A fundamental issue that you have here is that your data uses strings, rather than Date objects or numbers. If you convert those properly, it will be much easier to plot your data:

Great help! This is the push in the right direction. I will keep reading some Documentation