Answer the question
In order to leave comments, you need to log in
Where to save the same type of large dataset in Python?
For example, I need to process 1 billion integers. Where to store them? The list will be long.
Or, for example, save 1 billion dictionaries, but where?
What is used to process large amounts of data?
Answer the question
In order to leave comments, you need to log in
Database on amazon, a couple of mower bucks and store whatever you want.
Well, for example, numbers (and not only) - it is convenient to store in arrays that numpy can handle. And with very large volumes, you can work with h5py, which works with data in HDF5 format
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question