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.
Flags
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.