pandas read_csv() parse_dates parameter has incorrect type #576
Labels
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
typestub
Issue relating to our bundled type stubs
Environment data
Expected behaviour
No bug
Actual behaviour
reports
The issue here is that the
parse_dates
argument can be a number of things, including a list of column names.Code Snippet / Additional information
Partial fix to
pandas/io/parsers.pyi
NOTE: This is not all the possible argument types for
parse_dates
, but the above solves this problem.The text was updated successfully, but these errors were encountered: