head = csv.reader(open("header.csv"))
I have something like this. here is it possible to provide part of the input in the command line like this.
head = csv.reader(open("sys.argv[1]".csv"))
So that I can launch the script as
python test.py header