Date Range picker

Hello again @puns,

you need to get rid of head() from the code below.

spy = yf.download("SPY",start = "2000-01-01", end = "2023-12-01" )
spy = spy.reset_index().head()

Cheers!