TypeError: cannot unpack non-iterable int object
Often when working on a data analytics project it requires you to split data out into its constituent parts. There are a number of reasons for this, it can be confusing when you get errors as with the title of this post. Before we explain this error and what it means, lets us first explain…
Read More “TypeError: cannot unpack non-iterable int object” »