Skip to content
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 support for datetime variables? #16295

Open
JacobElder opened this issue May 17, 2024 · 1 comment
Open

Add support for datetime variables? #16295

JacobElder opened this issue May 17, 2024 · 1 comment
Labels
enhancement New feature or an improvement of an existing feature

Comments

@JacobElder
Copy link

Description

Pandas has support for datetime data class in DateTime module, but it seems Polars does not. Could Polars potentially add support for datetime data class?

Thank you.

@JacobElder JacobElder added the enhancement New feature or an improvement of an existing feature label May 17, 2024
@MarcoGorelli
Copy link
Collaborator

MarcoGorelli commented May 17, 2024

Hi, could you give an example of what you want to do please?

Happy to help implement what's needed, but I don't understand the request, sorry

pandas has Timestamp, which subclasses the stdlib datetime. Is that what you're asking for? If so, I don't think you need it - the standard library datetime, or pl.datetime, should be enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants