Allow other delimiters for csv files
Closed this issue · 0 comments
jeffadair commented
Is your feature request related to a problem? Please describe.
Not all csv files use commas as a delimiter.
Describe the solution you'd like
Allow other types of delimiters.
df = pandas.read_csv(input_file_name, low_memory=False, encoding="latin-1", delimiter= '|', quotechar='"', dtype=str)