I'm building a tool for the company where I work and I've built a program that returns different statistics from any csv file, of course with an specific data structure. Now, my issue is that I don't know how to do is to request the user to upload a file. In order to create this program I've been using as practice mode,
this: df = pd.read_csv('',delimiter=';', encoding='ISO-8859-1')
Any ideas?