Using Pandas Profiling for Meal Kit Data Validation
Methods: Exploratory Data Analysis, Pandas Profiling
Pandas Profiling
Summary
One of the many weekly tasks at Pick a Kit is collecting meal kit menus from various services. This data is used in the Pick a Kit list of menus.We have been looking at better ways to understand and validate our data on a weekly basis: enter Pandas Profiling. With a few lines of code, Pandas Profiling generates reports using data from a pandas dataframe. Check out a sample of Pick a Kit weekly meal kit data above!