About Python Workpiece Storage Capacity

Asked 2 years ago, Updated 2 years ago, 15 views

Data worked with Python is saved as a text file through the json.dump module.

I can't get rid of the feeling that the bigger the data is, the more honest the storage is. Is there a more efficient way to do it in capacity?

python

2022-09-20 11:31

1 Answers

There is also a parameter to compress and store in zip form among the parameters when saving, so I think it will be more efficient in terms of capacity.


2022-09-20 11:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.