Pandas Exercises for Data Analysis (Interactive)
machinelearningplus.com
Pandas Exercises for Data Analysis (Interactive)
1–10 of 35 posts
Re: Pandas Exercises for Data Analysis (Interactive)
#2Re: Pandas Exercises for Data Analysis (Interactive)
#3Build this as an interactive tool for our popular 101 Pandas exercises. The code runs entirely in local in your browser. Would love feedback on the ease of use and the editor UX.
Would have made my life a lot easier when I was learning Pandas.
Would also be cool to have a Polars version of this too.
One suggestion:
A lot of folks come to Pandas from using SQL. It might be handy to have a couple "The equivalent of this SQL statement but in Pandas"
Re: Pandas Exercises for Data Analysis (Interactive)
#4Re: Pandas Exercises for Data Analysis (Interactive)
#5Re: Pandas Exercises for Data Analysis (Interactive)
#6Re: Pandas Exercises for Data Analysis (Interactive)
#7Dope. I've just started using Pandas in some personal projects, and am quickly hitting my knowledge ceiling. I think this will be useful. I'll check it out properly after work.
Re: Pandas Exercises for Data Analysis (Interactive)
#8Dope. I've just started using Pandas in some personal projects, and am quickly hitting my knowledge ceiling. I think this will be useful. I'll check it out properly after work.
Re: Pandas Exercises for Data Analysis (Interactive)
#9Re: Pandas Exercises for Data Analysis (Interactive)
#10Dope. I've just started using Pandas in some personal projects, and am quickly hitting my knowledge ceiling. I think this will be useful. I'll check it out properly after work.
You should check out the Modern Pandas series by Tom Augspurger, it’s well worth reading to get clean modern style code. https://tomaugspurger.net/posts/modern-1-intro/