Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs220-lecture-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDIS
Computer Sciences
Courses
CS220
cs220-lecture-material
Commits
680b9cd4
Commit
680b9cd4
authored
1 year ago
by
gsingh58
Browse files
Options
Downloads
Patches
Plain Diff
Lec40 updated
parent
e27d999c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
f23/Gurmail_Lecture_Notes/39_Final_Review/lec39_final_review.ipynb
+78
-0
78 additions, 0 deletions
...il_Lecture_Notes/39_Final_Review/lec39_final_review.ipynb
with
78 additions
and
0 deletions
f23/Gurmail_Lecture_Notes/39_Final_Review/lec39_final_review.ipynb
0 → 100644
+
78
−
0
View file @
680b9cd4
{
"cells": [
{
"cell_type": "markdown",
"id": "1ce22ea9",
"metadata": {},
"source": [
"# Final Review\n",
"* Late days may not be used on P13\n",
"* Please fill out the course evaluation (link sent via email)\n",
"* Everything is due on Wednesday (today, December 13) - send me an email if you have special circumstances\n",
"\n",
"\n",
"### Exam Conflict Form\n",
"* [Final - December 19, 7:45 am](https://cs220.cs.wisc.edu/f23/surveys.html)"
]
},
{
"cell_type": "markdown",
"id": "1efdd40b",
"metadata": {},
"source": [
"# Notesheet for exam (The list is not complete)\n",
"\n",
"* Lambda syntax (Function References)\n",
"* Comprehension syntax (Comprehensions)\n",
"* Try Catch Exception syntax (Error)\n",
"* Pandas Series (Pandas-1)\n",
" - Initialization (list or dict)\n",
" - Data Access [ ] . loc and iloc\n",
" - Slicing\n",
" - Filtering\n",
" - Methods (e.g. stats, value_counts, sort_index, etc\n",
"* Pandas DataFrame (Pandas-2)\n",
" - Initialization (6 methods)\n",
" - Data Access - Column, Row, Cell, loc and iloc\n",
" - Slicing\n",
" - Filtering\n",
" - Methods (e.g apply, groupby, \n",
"* SQL \n",
" - Flowchart (Database-2)\n",
" - Order Commands must be entered in\n",
" - How do I do each of the commands in pandas (Database-3 and Pandas-3)\n",
" - e.g. where is filtering with a boolean series\n",
" - e.g. having is filtering with a boolean series after using groupby\n",
"* Web \n",
" - list of commands used\n",
"* Plotting\n",
" - list of commands used\n",
" - make sure you do the reading\n",
"\n",
" \n",
" "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:markdown id:1ce22ea9 tags:
# Final Review
*
Late days may not be used on P13
*
Please fill out the course evaluation (link sent via email)
*
Everything is due on Wednesday (today, December 13) - send me an email if you have special circumstances
### Exam Conflict Form
*
[
Final - December 19, 7:45 am
](
https://cs220.cs.wisc.edu/f23/surveys.html
)
%% Cell type:markdown id:1efdd40b tags:
# Notesheet for exam (The list is not complete)
*
Lambda syntax (Function References)
*
Comprehension syntax (Comprehensions)
*
Try Catch Exception syntax (Error)
*
Pandas Series (Pandas-1)
-
Initialization (list or dict)
-
Data Access [ ] . loc and iloc
-
Slicing
-
Filtering
-
Methods (e.g. stats, value_counts, sort_index, etc
*
Pandas DataFrame (Pandas-2)
-
Initialization (6 methods)
-
Data Access - Column, Row, Cell, loc and iloc
-
Slicing
-
Filtering
-
Methods (e.g apply, groupby,
*
SQL
-
Flowchart (Database-2)
-
Order Commands must be entered in
-
How do I do each of the commands in pandas (Database-3 and Pandas-3)
-
e.g. where is filtering with a boolean series
-
e.g. having is filtering with a boolean series after using groupby
*
Web
-
list of commands used
*
Plotting
-
list of commands used
-
make sure you do the reading
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment