I've tried to manually assign each and every files to a certain variable, but that is not something that I am aiming for the time being. I want to assign the these files to a certain variable so that it can be reproduceable and easy to use? Would anyone suggest me to do that?
My files are as follows
path = 'filepath*.csv'
for fname in glob.glob(path):
print(fname)