Closed ScriptAutomate closed 3 years ago
Though we are late to respond, can you share which lesson or exercise had that dataset (with alpha, beta, gamma, etc.) values?
Since that dataset is not used in the examples shared in this GitHub repo, it's not included here.
Confirming @abhiojha8 comment about the datasets used in the matplotlib
exercises.
A file is missing from the Matplotlib / data directory. A dataset is consistently used in the lessons that includes "Alpha","Beta", "Gamma", etc. values.
In order to properly do those exercises, I had to randomly generate Grade data as a substitute:
I had to replace all instances of df in his example code with grades, and replaced all instances of cat_var with Grades. His examples in messing with the resulting bar graphs should apply in the same way with grades as he is doing with Alpha, Beta, etc.
This worked properly with examples, such as categorical ordering:
I have added more detailed information as an answer to a question in the Udacity Knowledge Base, where someone ran into the same problem, accessible behind an authenticated page: How to practice examples (matplotlib/seaborn) with no .csv file available for download??