You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading this as json causes a lot of memory usage, depending on the file size. Instead of reading as json, read line by line and parse each element in the "statistics" array.