benjaminmielke / pod-challenge

0 stars 1 forks source link

New dfs preprocess #4

Closed benjaminmielke closed 3 years ago

benjaminmielke commented 3 years ago

Created more code to preprocess the raw data into cohesive dataframes ready for machine learning. Outputs three pickles that contain three dataframes: a df that drops all missing values rows and keeps outage outlier event, df that removes outage outlier event and imputes missing data, and a df that has the weather data setup for the task0 week to be predicted on.