1. Wrapping up
Congratulations on making it through the course! In
2. Chapter 1
Chapter 1, you learned the basics of importing a file in the form of a DataFrame, some methods for exploring and sorting that data, how to perform a basic filter, and how to create new columns in your DataFrame. In
3. Chapter 2
Chapter 2, you learned how to recreate a spreadsheet-style pivot table by chaining together the dot-group-by and dot-sum methods.
4. Chapter 3
In Chapter 3, you worked through reading in multiple sheets from your workbook and used the VLOOKUP equivalent, dot-merge, to combine these sheets with a left join. Not to mention, you successfully differentiated between Python functions, methods, and attributes. Lastly,
5. Chapter 4
in Chapter 4, you moved on to create informative barplots, added titles and labels on these plots, improved the overall look of the visualization, and added complexity with the hue parameter. You seriously covered a lot of material!
6. Next Steps
Hopefully you are excited to dive in deeper, and for that I'd recommend taking a look at these DataCamp resources.
7. Good luck!
So thanks again for your time and effort. I hope you enjoyed the course. And best of luck with your journey into Python.