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

Fix representation of time series from us to ns #596

Merged
merged 3 commits into from
May 11, 2023

Conversation

philss
Copy link
Member

@philss philss commented May 11, 2023

Since Polars represents time series as nanoseconds internally, we should also do the same.
This is because some conversions, like casting to string, cannot work properly if we treat the time as microseconds.

Since Polars represents Time as nanoseconds internally, we should also
do the same. This is because some conversions, like casting to string,
cannot work properly if we treat the time as microseconds.
@philss philss requested a review from josevalim May 11, 2023 19:00
@philss philss changed the title Fix representation of Time from us to ns Fix representation of time series from us to ns May 11, 2023
@philss philss merged commit 25f8cd9 into main May 11, 2023
@philss philss deleted the ps-use-nanoseconds-to-represent-time-series branch May 11, 2023 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants