Make a data profiler class that takes as params on the init a list of data. Include the following methods:
- get_summary_stats: should calculate the mean, min and max. No parameters are needed in this method except self.
- min_max_scale: converts the array to 0-1 values.
- zscore_scale: converts the array to zscores.