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 
U12-Forward
  • 65,118
  • 12
  • 70
  • 89
lucyriddle
  • 19
  • 2

0 Answers0