Closed sethltaylor closed 8 months ago
File "C:\Users\nclinton\AppData\Roaming\Python\Python310\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "C:\Repos\DAR-T\app\dart_app.py", line 136, in
@aemnathanclinton Thanks for adding. Looks like something is going wrong in a merge in cross_suppression or the step before as we end up with a dataframe with 71 million rows. What were the inputs to DataAnonymizer?
@VT-AOE-DMAD-Drew-Bennett I am thinking this is something to do with the list_combination in the merge. Maybe a many-to-many join run wild?
Here are the parameters for the run.
There is a memory limit error caused by a district level file (7MB in size). @aemnathanclinton to add traceback/details on function configuration that caused the error for further debugging.