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
The Show class should support get_item() slice, which comes in handy when we want to get only a few seasons e.g., show[2:4] (or all seasons without specials - show[1:]).
That'd be nice to see this feature in future (:sunglasses:).
The text was updated successfully, but these errors were encountered:
The Show class should support get_item() slice, which comes in handy when we want to get only a few seasons e.g.,
show[2:4]
(or all seasons without specials -show[1:]
).That'd be nice to see this feature in future (:sunglasses:).
The text was updated successfully, but these errors were encountered: