Generating Mock Data with Python! (NumPy, Pandas, & Datetime Libraries)

In this video we write a python script to automatically generate a sales dataset. To do this we use the NumPy, Pandas, Calendar, & Datetime libraries. This is ultimately the data that we used in my last video “Solving real world data science problems with python pandas”. Link to the last video: Link to finished code on GitHub: Useful resources! NumPy Tutorial: Pandas Tutor
Back to Top