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
hmm, I think these might be caused by the set operations; they require ONLY the specified dtypes, so I don't think this should even hit this paricular ``_compat_concat`, should be handled at a slightly higher level.
Code Sample, a copy-pastable example if possible
Expected Output
output of
pd.show_versions()
current master.
It is caused by the below line, we must check
typs
length must be 1, otherwise the result should beobject
dtype.https://github.com/pydata/pandas/blob/master/pandas/tseries/common.py#L278
The text was updated successfully, but these errors were encountered: