Python code to read CSV file based on user input - Stack Overflow

PHOTO EMBED

Tue Sep 06 2022 07:22:39 GMT+0000 (Coordinated Universal Time)

Saved by @Rmin #python #.csv

fileinput = str(input("Which file do you want?"))
if not ".csv" in fileinput:
  fileinput += ".csv"
content_copyCOPY

input csv files

https://stackoverflow.com/questions/56342198/python-code-to-read-csv-file-based-on-user-input