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
… bug
This PR (closesBears-R-Us#3158) fixes bug when printing a dataframe containing a segarray. To handle this I added an `nbytes` attribute to segarray which just wraps the underlying values. I also modified the series init to not assume that when `data` is a list that it contains 2 elements (the first being the data and the second being the index) when the `index` is provided.
This PR (closes#3158) fixes bug when printing a dataframe containing a segarray. To handle this I added an `nbytes` attribute to segarray which just wraps the underlying values. I also modified the series init to not assume that when `data` is a list that it contains 2 elements (the first being the data and the second being the index) when the `index` is provided.
Co-authored-by: Tess Hayes <[email protected]>
attempting to print a dataframe containing a segarray results in
AttributeError: 'SegArray' object has no attribute 'nbytes'
The text was updated successfully, but these errors were encountered: