This is a Python-based project that I developed with the intention of learning and applying my knowledge of this programming language.
Its purpose is to extract information from movies on the Netflix platform and provide an answer to the following question: "Have movies increased in length over time?"
Software used: Python, Jupyter Notebooks.
Libraries used: Pandas (to load the information into different dataframes), matplotlib (to create a graphic to visualize the results) and textwrap (to create a disclaimer multi-lined text at the bottom of the notebook).
Conclusion: Movies are not getting shorter, there has been an increase in their duration over time.