andrei-assa / arctic-analytics-data-validation

0 stars 0 forks source link

Connect the DF with Validator class #7

Open hardeepkumar9191 opened 3 years ago

hardeepkumar9191 commented 3 years ago

Connect the uploaded file with the validator class https://github.com/andrei-assa/arctic-analytics-data-validation/blob/2eb11a0847e8f59a30126a8c211c847f0876e701/streamlit_app/uber_pickups.py#L10

andrei-assa commented 3 years ago

Added two additional TODOs: TODO: Validator should return a more specific reason why data was not valid. TODO: Accept user input to fix the problem specified above

tashakim commented 3 years ago

Working on this