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
While data containers work when passed to holoviews to be visualized, Matplotlib tries to flatten the table's MultiIndex into a Index, which violates the data container's requirements causing a error.
Possible solutions:
data containers should return a normal Pandas table if MultiIndex is flattened
loosen MultiIndex requirements to warning rather than error
The text was updated successfully, but these errors were encountered:
While data containers work when passed to holoviews to be visualized, Matplotlib tries to flatten the table's MultiIndex into a Index, which violates the data container's requirements causing a error.
Possible solutions:
The text was updated successfully, but these errors were encountered: