Release Notes
---
- Increased overall quality of life and usability of library
- Columns as input for functions can now be passed in as *args ('col1', 'col2', ..) or a list (['col1', 'col2', ..])
- Functions now will apply the analysis to the whole dataset or the columns that fit the type (i.e. if no columns are provided for replacing missing with mean values, it will apply the analysis on all numeric columns)
- Functions no longer return an output of the entire dataframe, they just now return the output of the first 10 rows of the full dataset or the training dataset to see the results of your analysis