Reads the csv file of the given input_path.
csv
input_path
input_path (str) – Path to the csv file.
str
header (str) – See pandas.read_csv. Defaults to None
sep (str) – See pandas.read_csv. Defaults to ‘,’
DataFrame