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 Sep 3, 2022. It is now read-only.
Example:
The result is a listing. Next step is to work against one of the items.
Try, datasets['sampledata']
--> error: TypeError: 'DataSets' object has no attribute 'getitem'
Try: datasets[3]
--> error: TypeError: 'DataSets' object does not support indexing
Ideally both positional and key'd indexing into collections should work.
The text was updated successfully, but these errors were encountered: