ResidentMario / missingno

Missing data visualization module for Python.
MIT License
3.9k stars 516 forks source link

feature: simple memory optimization with a numpy parameter #124

Closed johnnessantos closed 3 years ago

johnnessantos commented 3 years ago

Change to a simple optimization of memory due to the function of np.zeros being standard float64 to float32.

ResidentMario commented 3 years ago

Sure, thanks for the submit!