Read huge Datasets(single file JSON)without choking the memory | Data Science Stories 01

preview_player
Показать описание
How to read gigabytes of single file json datasets with in a laptops memory limits using jsonl format.
Рекомендации по теме
Комментарии
Автор

please make more videos like this, thats helpful.

freakstechnology
Автор

What is the size of the json file you are reading to python? I have json files (around 100k files, total of around 200 GB) that i would read and append to a table (maybe parquet). Will your approach work for such a case?

moeeljawad