Pandas is blocking python when it reads big file -


i reading 5 g file on 8g memory macbook : pd.read_csv(filepath).

i see memory usage going 12 g (orange, red), , memory usage drops 6g, , goes up.... , script doesn't deliver anything, not exit error....

what can happen ? seems python blocked (ventilator silencious...)

i believe file loading far large reference computer can handle. unless need load data @ once, try load data based on need @ time e.g., load data based on specific criteria run program on specifics. should 2 things. first, able load data , run program. second, program run faster working on subsets of data @ time.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -