You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below fails with "ValueError: Length of values does not match length of index". However, without the timezone it works fine. It's because of pandas/core/frame.py _maybe_casted_values index.tz is not None clause. Something similar was done in #7533 but the added examples don't test this case. cc @sinhrks
The below fails with "ValueError: Length of values does not match length of index". However, without the timezone it works fine. It's because of pandas/core/frame.py _maybe_casted_values index.tz is not None clause. Something similar was done in #7533 but the added examples don't test this case. cc @sinhrks
The text was updated successfully, but these errors were encountered: