DOC : setting dialect on pandas.read_table overrides a few other kwds (original) (raw)
Problem description
Correct me if I'm wrong but TextFileReader overwrites the delimiter, quoting etc kwds if the dialect kwarg is passed. But this isn't highlighted in the pandas.read_table documentation.
I don't know if this was implicit. Sorry for the noise if this is a known issue or if it isn't actually one.