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
I was looking at the code and it seems that all the records from the file are loaded into memory. Some files can be quite large.
Perhaps adding pagination and not loading everything into memory would be better?