Right now before the results are exported they are loaded into a single pandas data frame. If the dataset analyzed is large and there is not enough available memory the application will crash.
Instead of crashing the application should show a dialog describing the problem.
Additionally, the export result process should be reworked to make it less memory intensive.
Right now before the results are exported they are loaded into a single pandas data frame. If the dataset analyzed is large and there is not enough available memory the application will crash.
Instead of crashing the application should show a dialog describing the problem.
Additionally, the export result process should be reworked to make it less memory intensive.