Data Standarisation of a list of list in Python

前端 未结 0 653
一个人的身影
一个人的身影 2021-01-18 03:00

I want a standardized list of lists. I have the main list

Data=[[5, 3, 2, 8, 5, 10, 8, 1, 2],
 [5, 1, 1, 1, 2, 1, 1, 1, 1],
 [1, 1, 1, 1, 4, 3, 1, 1, 1],
 [1,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题