Take at least two arguments:
the path to the input file (a URL or a relative local path, such as data/file.csv)
a path/filename where to write the file to and what to call it (e.g., data/cleaned_data.csv)
Note 1 - you already wrote this script; you should just improve it based on any feedback
Take at least two arguments: the path to the input file (a URL or a relative local path, such as data/file.csv) a path/filename where to write the file to and what to call it (e.g., data/cleaned_data.csv)
Note 1 - you already wrote this script; you should just improve it based on any feedback