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
yeah I think so, I think it'd be better to nudge people towards .dt.timestamp / .dt.microsecond / etc. depending on which they want, it should be more robust than casting
yes I think we should raise where possible when trying to cast a datetime to a numeric type. At least for pandas-like and PyArrow (those are the ones people are most likely to test, so if they find that it raises in those cases, they'll be less likely to use it)
in pandas this does something really strange
Users shouldn't be relying on phyisical representations anyway, we should nudge them towards
.dt.microseconds
or whatever it is they're looking forThe text was updated successfully, but these errors were encountered: