Can’t manipulate database in local MongoDB due to memory issues
I have a database in my local mongoDB which is around 24m rows. I’m trying to manipulate the data using pymongo but cannot perform any operations without kernel crashing (I tried using the dask library).