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
this isn't such a big issue, but I guess it's worth reporting anyway.
I'm using the development version '0.8.1.dev-0e5fc44'. DatetimeIndex __str__ and __repr__ methods always return a string that contains a list-like representation of the contents in this fashion: [first_item, ..., last_item].
That format is used even when the DatetimeIndex has 1 or 2 elements, which should be represented like [only_item] and [first_item, last_item] respectively.
Hi,
this isn't such a big issue, but I guess it's worth reporting anyway.
I'm using the development version '0.8.1.dev-0e5fc44'. DatetimeIndex
__str__
and__repr__
methods always return a string that contains a list-like representation of the contents in this fashion: [first_item, ..., last_item].That format is used even when the DatetimeIndex has 1 or 2 elements, which should be represented like [only_item] and [first_item, last_item] respectively.
Example:
Thanks and regards.
The text was updated successfully, but these errors were encountered: