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 
U13-Forward
  • 69,221
  • 14
  • 89
  • 114
lucyriddle
  • 19
  • 2

0 Answers0