In order to make the transition between using the different CSV reading functions as smoothly as possible we could introduce a version of open_dataset specifically for reading CSVs with a signature more closely matching that of read_csv_arrow - this would just pass the arguments through to open_dataset (in the ellipses), but would make it simpler to have a docs page showing these options explicitly and thus be clearer for users.
Reporter: Nicola Crane / @thisisnic
Note: This issue was originally created as ARROW-18358. Please see the migration documentation for further details.