Apr-26-2018, 08:31 AM
(This post was last modified: Apr-26-2018, 08:31 AM by digitalmatic7.)
It's my first time working with a tuple list, and I've run into a very strange issue.
Here's the full code:
https://pastebin.com/rGsFvv9a
When I run it, this is what the output looks like:
df = pd.DataFrame(tuple_list)Most items in the tuple list have 3 elements (url, number, sample data). Some items only have a url, in this case it breaks the dataframe and tries to assign 1 letter of the url per column.
Here's the full code:
https://pastebin.com/rGsFvv9a
When I run it, this is what the output looks like:
![[Image: As616ilDR__Z8CYsGkPanw.png]](https://image.prntscr.com/image/As616ilDR__Z8CYsGkPanw.png)