This issue came up when needing to run eda multiple times on a single file due to memory constraints. Mosaic plots are being named sequentially which causes subsequent runs to overwrite the files. Should name the mosaic plots using the variable names to keep the file names distinct unless the graphs would be the same.
This issue came up when needing to run
edamultiple times on a single file due to memory constraints. Mosaic plots are being named sequentially which causes subsequent runs to overwrite the files. Should name the mosaic plots using the variable names to keep the file names distinct unless the graphs would be the same.