orkgnlp.common.util.io.read_csv

read_csv(input_path, header=None, sep=',')[source]

Reads the csv file of the given input_path.

Parameters
  • input_path (str) – Path to the csv file.

  • header (Optional[str]) – See pandas.read_csv. Defaults to None

  • sep (str) – See pandas.read_csv. Defaults to ‘,’

Return type

DataFrame

Returns

str