| 
                    Bite 140. PyBites First Pandas Bite
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    This is a Pandas proof-of-concept Bite. We just added the … 
                    
                      3.10
                    
                      csv
                    
                      data analysis
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 145. Record Breakers
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    The data for this challenge comes from a subset of … 
                    
                      3.10
                    
                      csv
                    
                      data analysis
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 170. Analyze McDonald's food data
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    In this Bite you are going to analyze some nutrition … 
                    
                      3.10
                    
                      data analysis
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 175. Find missing dates
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    For this Bite we got some fake Excel sales data … 
                    
                      3.10
                    
                      data analysis
                    
                      groupby
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 232. Analyze gold prices
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    Another real-world scenario: in this Bite you will parse a … 
                    
                      3.10
                    
                      datetime
                    
                      json
                    
                      looping
                    
                      pandas
                    
                      sorting
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 251. Introducing Pandas Series
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    In Bite 251 we looked at creating some simple pandas … 
                    
                      3.10
                    
                      numpy
                    
                      pandas
                    
                      series
                    
                      slicing
                    
                      type hinting
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 253. More Pandas Series Practice
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    In Bite 251 and Bite 252 we looked at creating … 
                    
                      3.10
                    
                      math
                    
                      pandas
                    
                      series
                    
                      statistics
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 258. What the flux?
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    One of the benefits of accounting is being able to … 
                    
                      3.10
                    
                      finance
                    
                      math
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 260. Let's play with Pandas DataFrames
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    To this point in the Pandas learning path we have … 
                    
                      3.10
                    
                      dataframes
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 281. Generating sales reports from Github data
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    In this bite you will learn how to process the … 
                    
                      3.8
                    
                      data analysis
                    
                      pandas
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 311. Cleaning text with pandas
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    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
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    You are getting started with machine learning (ML)! Are you … 
                    
                      3.8
                    
                      data wrangling
                    
                      machine learning
                    
                      numpy
                    
                      pandas
                    
                      scikit-learn
                    
                   | 
                  
                      
                   | 
                
              
                
                  
                  | 
                    Bite 327. AST visitor
                   | 
                  
                    
                      
                         
                      
                    
                   | 
                  
                    In Bite 312 we learned how to identify builtin functions, … 
                    
                      3.10
                    
                      AST
                    
                   | 
                  
                      
                   |