0

I have a list of Lists, that I would like to convert into a table without using any packages like Pandas

Input:

list_of_lists = [[nikola, 100],[albert, 200],[steve, 300]]

Output:

I want to have the inventors names in a table below a column header "inventors" and the values associated with each below a column header "net worth"

Inventor Net Worth
nikola   100
albert   200
steve    300 
3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.