go back  What to code next?

Bite Level Description & Tags
Bite 140. PyBites First Pandas Bite Intermediate level This is a Pandas proof-of-concept Bite. We just added the …
3.10 csv data analysis pandas
Bite 145. Record Breakers Advanced level The data for this challenge comes from a subset of …
3.10 csv data analysis pandas
Bite 170. Analyze McDonald's food data Advanced level In this Bite you are going to analyze some nutrition …
3.10 data analysis pandas
Bite 175. Find missing dates Intermediate level Complete get_misssing_dates that takes an (unordered) sequence of datetime.date objects. …
3.10 datetime dateutil pandas
Bite 177. Use Pandas to find most common genres in a movie excel sheet Advanced level Another pandas Bite: we took some fake movie data from …
3.10 data cleaning excel groupby movie data pandas
Bite 183. Analyze sales data with pandas Advanced level For this Bite we got some fake Excel sales data …
3.10 data analysis groupby pandas
Bite 232. Analyze gold prices Intermediate level In this Bite you will analyze how the price of …
3.10 comparison data analysis looping pandas sorting string parsing
Bite 150. Turn messy CSV into JSON Intermediate level At the 1 year mark of our platform here is …
3.10 csv json pandas re string manipulation
Bite 237. Get the dates Ninja belts were earned Advanced level Another real-world scenario: in this Bite you will parse a …
3.10 datetime json looping pandas sorting
Bite 251. Introducing Pandas Series Beginner level Let's get started with Pandas! In case you are not …
3.10 pandas series string module
Bite 252. Let's play with Pandas Series Beginner level In Bite 251 we looked at creating some simple pandas …
3.10 numpy pandas series slicing type hinting
Bite 253. More Pandas Series Practice Intermediate level In Bite 251 and Bite 252 we looked at creating …
3.10 math pandas series statistics
Bite 258. What the flux? Intermediate level One of the benefits of accounting is being able to …
3.10 finance math pandas
Bite 260. Let's play with Pandas DataFrames Advanced level To this point in the Pandas learning path we have …
3.10 dataframes pandas
Bite 281. Generating sales reports from Github data Advanced level In this bite you will learn how to process the …
3.8 data analysis pandas
Bite 311. Cleaning text with pandas Intermediate level We recently published a blog post about how to approach …
3.8 data cleaning pandas TF-IDF
Bite 346. Getting started with the IRIS data set Intermediate level You are getting started with machine learning (ML)! Are you …
3.8 data wrangling machine learning numpy pandas scikit-learn
Bite 327. AST visitor Advanced level In Bite 312 we learned how to identify builtin functions, …
3.10 AST