-
Notifications
You must be signed in to change notification settings - Fork 1
homework_2 #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The-Paul2002
added a commit
that referenced
this issue
Apr 15, 2025
Daf1807
added a commit
that referenced
this issue
Apr 17, 2025
fabianlo003
added a commit
that referenced
this issue
Apr 17, 2025
NadiaCopello
added a commit
that referenced
this issue
Apr 17, 2025
Sebasgp29
added a commit
that referenced
this issue
Apr 18, 2025
josezh07
added a commit
that referenced
this issue
Apr 18, 2025
Hide801
added a commit
that referenced
this issue
Apr 18, 2025
Hide801
added a commit
that referenced
this issue
Apr 18, 2025
JosueChumpitazi
added a commit
that referenced
this issue
Apr 18, 2025
AbigailMontanez
added a commit
that referenced
this issue
Apr 18, 2025
JosueChumpitazi
added a commit
that referenced
this issue
Apr 18, 2025
Hide801
added a commit
that referenced
this issue
Apr 18, 2025
Hide801
added a commit
that referenced
this issue
Apr 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📊 Homework 2: Codeforces Data Analysis
For this homework, you’ll analyze data from the Codeforces API. The goal is to apply skills in data extraction, wrangling, visualization, and interpretation—all while exploring behavior on one of the largest competitive programming platforms.
✅ Objectives
Each student must:
Extract Data from Codeforces
Describe the Dataset
Data Wrangling
Descriptive Figures and Analysis
🧾 Example of Cleaned Dataset
Your cleaned dataset may look something like this:
Explanation:
finished_n
: whether the user solved problem n in the contest.n_language
: language used to solve problem n.relative_time_n
: time in seconds from contest start to user's submission for problem n.time_to_answer_n
: difference between the time to answer question n and whichever question was answered before it.rating_n
: difficulty rating of problem n.rating_achieved
: sum of the rating of the problems the user was able to solve.contest_name
,contest_start_time
: contextual info for labeling.country
,city
,rating
,max_rating
: profile metadata.Use this structure as a guiding example, but feel free to adapt based on the focus of your analysis.
📌 Deliverables
💡 Tips for Success
requests
andpandas
for API access and processing.Deadline April 17, 23:59.
The text was updated successfully, but these errors were encountered: