What I\'ve tried for a sort \"should\" be working; but it is not.
I\'ve queried the \"Alpha Vantage\" API using the \"alpha_vantage\" Python library. Below is my code
df = df.sort_values(by=['date'])
should get it done