read_csv/read_table have a prefix argument which is not respected · Issue #5732 · pandas-dev/pandas (original) (raw)
According to the docs, prefix
can either be a str
or None. If it is a string then it is used as the prefix of the column name. However, no matter what string is passed, the prefix used is 'X'.