Flags

--input

A command-line flag passed to a Python script (via argparse) that tells the script which file to read; you type it after the script name, e.g. python filter.py --input data.csv.

Return to all terms