Melt your data with Pandas
Posted on Wed 27 May 2020 in python • Tagged with python, pandas
While trying to find some example data for a new course I'm writing, I came across a dataset in an unusual format and had to learn some new Pandas tricks to deal with it.
If you're new to pandas and would like to learn about it, you can access my …
Continue reading