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
I want to create a series with elements that are arrays. Actually it works but when I do some operations on them, for example printing them, I get the error below. In the example below I create a series with one element that is numpy.ndarray
This will be difficult to support as the library has been written with single values as the elements in mind, so there will be many functions that would need changing for this to work properly.
I want to create a series with elements that are arrays. Actually it works but when I do some operations on them, for example printing them, I get the error below. In the example below I create a series with one element that is
numpy.ndarray
The expected behavior would be like in pandas:
The versions used:
The text was updated successfully, but these errors were encountered: