Data structure python
I must save some data in python and I do not how to save it. The best
think would be a data frame where elements are lists.
For example:
id nickname other information
[32846846,["Mike", "Mikeal",...],[8,9,5,2,4],...]
[32846847,["Jack", "Jason",...],[5,3,2,4,6],....]
For each Id we can have different nicknames and different values.
How should I save my data?
Thanks
No comments:
Post a Comment