-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add way to specify date format in read_csv #9550
Comments
Hello I'm new to polars and I would like to contribute on this project , |
sure, go ahead, and please check https://github.com/pola-rs/polars/blob/main/CONTRIBUTING.md |
from discussion, this should either be a single string, or a mapping from column names to formats |
would love to have this as well! Is there any progress on this? 🤔 😄 |
hey - i'm not working on this at the moment, there's other higher-priority things (rolling functions, interpolate), would be happy to review a pr though |
Should this be an optimization to scan_csv? As in having |
Problem description
Taking this forwards from #8168
Originally the report was about performance, but then turned into a conversation about whether to be able to specify the date format in read_csv
There do seem to be potential perf gains:
The text was updated successfully, but these errors were encountered: