-
Notifications
You must be signed in to change notification settings - Fork 239
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
Issues with _types #180
Labels
bug
Something isn't working
Comments
This was referenced Sep 8, 2020
Checklist for the items:
|
Will leave this open until #157 is merged as we might encounter some more issues etc. 🤷 🤷♂️ 🤷♀️ |
Can be closed as #157 is merged, see comment above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or s.index.nlevels != 1
? Or if we do we should have a separate warning message "number of level is too high ..."_types
is written: "Check if a given Pandas Series has the properties of a RepresentationSeries.". Shouldn't we check for VectorSeries instead?DataFrame
and aVectorSeries
. DoesInputSeries
deal with that? Do we need a more general approach?The text was updated successfully, but these errors were encountered: