L
L
ldmitriy2020-07-29 22:13:30
Python
ldmitriy, 2020-07-29 22:13:30

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

3 answer(s)
S
Sergey Karbivnichy, 2020-07-29
@hottabxp

Database on amazon, a couple of mower bucks and store whatever you want.

V
Vladimir Kuts, 2020-07-29
@fox_12

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

J
Jock Tanner, 2020-07-30
@Tanner

sqlite3 .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question