My python code is in directory 'MAIN'. Inside MAIN, I have a folder 'DATA'.
Inside DATA, I have a CSV file and another folder '_OLD'
I want to import the CSV in DATA folder into a pandas dataframe, but I'm unsure of it's name.
How can I do that?
NOTE: There will always be exactly one CSV and the _OLD folder in the DATA folder. Thus I need a way to access the only file in that folder.