-
-
Notifications
You must be signed in to change notification settings - Fork 74
tz-aware datetime pd.Series. -> tz information gets lost #210
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
Labels
bug
Something isn't working
Comments
jonasvdd
added a commit
that referenced
this issue
May 11, 2023
Merged
jonasvdd
added a commit
that referenced
this issue
May 14, 2023
* 🍌 formatting * 💨 first version of log axis support * 🙈 fix tests * 🔧 adresses #190 and #205 * 🙈 formatting * Datetime bugfix (#209) * 💪 add tests for #208 * 🙏 fix for #208 * Fixes #210 (#211) * 💪 add tests for #208 * 🙏 fix for #208 * ✨ tests for #210 * 💪 code-fix for #210 * 🔧 tests for setting hf_x dynamically for #210 * 🔥 fix for setting hf_series x to a tz-aware pd.Series * 🖊️ review * 🔍 review code * 🔍 fix helper method * 🙏 --------- Co-authored-by: jvdd <[email protected]> * 🔍 review * 🖊️ review code * ✨ improve docs + add rangeindex log test * 💨 fix test + add example * 🔍 review code --------- Co-authored-by: jvdd <[email protected]> Co-authored-by: Jeroen Van Der Donckt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When passing a tz-aware non
pd.DateTimeIndex
(and thus not apd.Series
) tohf_x
the.values
is performed internally when parsing thehf_data
kwargs; which removes the time-zone information; and will display the UTC time.TODO:
hf_data[<ID>]['x']
at runtime with a tz-awarepd.DateTimeIndex
The text was updated successfully, but these errors were encountered: