UBC-MDS / datascience_eda

This package includes functions helping with common tasks during EDA stage of a data science project
MIT License
0 stars 2 forks source link

Implemented eda_numeric_columns and added test cases #31

Closed rahulkuriyedath closed 3 years ago

rahulkuriyedath commented 3 years ago

I have implemented explore_numeric_columns function and added tests for it in test_datascience_eda.py.

Few important notes:

@charlessuresh , please review and let me know if something seems off