-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- Fix type checks to not fail if first value in series is NaN/missing, see Fix type checks to not fail if first value in series is NaN/missing. #174
- We don't need anymore to check for RepresentationSeries
- Then we might not need to check for the number of levels ..
or s.index.nlevels != 1? Or if we do we should have a separate warning message "number of level is too high ..." - At line 163 of
_typesis written: "Check if a given Pandas Series has the properties of a RepresentationSeries.". Shouldn't we check for VectorSeries instead? - Some new representation functions might accept as input both a
DataFrameand aVectorSeries. DoesInputSeriesdeal with that? Do we need a more general approach?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working