Bite 18. Find the most common word
|
|
Write a function that returns the most common (non stop)word …
3.10
Counter
data analysis
list comprehensions
|
|
Bite 90. What South Park characters talk most?
|
|
Did we already tell you we love the collections module? …
3.10
Counter
csv
data analysis
defaultdict
requests
|
|
Bite 48. Make a bar chart of new Safari books
|
|
Some time ago we made a little Slack bot to …
3.10
bar chart
data analysis
|
|
Bite 30. Movie data analysis
|
|
In this Bite we are going to parse a csv …
3.10
data analysis
defaultdict
freebie
mean
movie data
namedtuple
sorting
|
|
Bite 124. Marvel data analysis
|
|
This is a simplified version of our Marvel Data Analysis we …
3.10
Counter
csv
data analysis
list comprehensions
rounding
sum
|
|
Bite 129. Analyze Stock Data
|
|
In this Bite we will answer some questions about stocks, …
3.10
counting
data analysis
json
requests
sorting
string manipulation
|
|
Bite 130. Analyze some basic Car Data
|
|
In this exercise you will analyze some basic car data. …
3.10
Counter
data analysis
list comprehensions
set
|
|
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 178. Parse PyBites blog git commit log
|
|
In this Bite we want to figure out how active …
3.10
Counter
data analysis
datetime
dateutil
string parsing
|
|
Bite 183. Analyze sales data with pandas
|
|
For this Bite we got some fake Excel sales data …
3.10
data analysis
groupby
pandas
|
|
Bite 184. Analyze some Bite stats data
|
|
In this Bite we will look at some Bite stats …
3.10
Counter
csv
data analysis
set
|
|
Bite 188. Get statistics from PyBites test code
|
|
Did you know Python has a statistics module? For this …
3.10
data analysis
file processing
statistics
|
|
Bite 190. Parse income distribution from Latin America XML
|
|
In this Bite you are going to parse some Latin …
3.10
data analysis
defaultdict
xml
|
|
Bite 195. Analyze NBA Data with sqlite3
|
|
In this Bite you are going to use sqlite3! We …
3.10
data analysis
databases
SQL
sqlite3
|
|
Bite 202. Analyze some Bite stats data - part II
|
|
In this Bite you will analyze complexity levels of our …
3.10
csv
data analysis
sorting
|
|
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 256. Scrape PyCon events
|
|
In this Bite, we want you to scrape PyCon 2019 …
3.10
beautifulsoup
data analysis
json
namedtuple
pycon
requests
web scraping
|
|
Bite 261. Visit all PyCons in Europe
|
|
In Bite 256 you scraped data on 2019 PyCons. Now …
3.10
data analysis
dataclasses
itertools
math
|
|
Bite 281. Generating sales reports from Github data
|
|
In this bite you will learn how to process the …
3.8
data analysis
pandas
|
|