Feature Type
-
[X] Adding new functionality to pandas
-
[ ] Changing existing functionality in pandas
-
[ ] Removing existing functionality in pandas
Problem Description
follow-up to https://github.com/pandas-dev/pandas/pull/51019
Feature Description
date_format
should accept either a single format, or a mapping from column names to formats
Alternative Solutions
Just keep as-is. But this has been requested by a few people in https://github.com/pandas-dev/pandas/pull/51019, and would be consistent with some other IO arguments
Additional Context
No response