I have a list with 506 stocks symbols: AAPL,MSFT,AMZN,TSLA,FB....
I also have 506 text files with the below format and the file names ADBE.txt
Date,Open,High,Low,Close,Volume,OpenInterest
2021-01-11 09:27,477.91,477.91,477.91,477.91,228,0.0
2021-01-11 09:28,478.055,478.055,478.055,478.055,104,0.0
2021-01-11 09:30,478.38,478.38,478.38,478.38,265,0.0
2021-01-11 09:32,478.42,478.6,478.42,478.6,308,0.0
2021-01-11 09:34,478.71,478.71,478.62,478.62,401,0.0
I would like to create a df with Date and Close price for each symbol, the format as specified below