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
Hello!
When I run python task_import.py then I get next error:
Traceback (most recent call last):
File "task_import.py", line 36, in <module>
old_cat_count = len(list(cat_table))
TypeError: iter() returned non-iterator of type 'list'