In the earlier chapters, we studied different types of big data, their sources, and how to manage them in order to extract hidden insights from them. Now, it's time to apply this knowledge to some real databases. This chapter consumes IMDb data points as big data and uses it in Python to model according to tips and tricks learned in this book. This book tries to consume the data in raw format, transform it into the correct format, model it using Python, and interpret the model thus produced. We will be covering the following topics:
- Discovering the nature of IMDb data
- Modeling weather data with Python
- Interpreting the data model discovered