I am giving up trying now. Please help with a little guidance. What's the correct format to import a csv file that looks like below? (This is from QuanDL)
Is it correct to not include Ticker anywhere in format file as it is being supplied by CSV? In that case the below format file structure should be correct. Please guide.
If your filename is same as ticker, then not necessary. Say, you have multiple files with each file_name same as ticker, then this code will work. Ami will take file_name as ticker.
Otherwise include ticker name in your import code.