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
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Pandas 1.3.0 passes an Ellipsis object to __getitem__ when the user prints it. This causes an IndexError to be thrown as __getitem__ does not, and is not specified to, support Ellipsis indexing.
Note that this only happens when the array is "large" so it must be interacting with printoptions somewhere.
It displays okay on Pandas 1.2.5 (error not thrown).