Skip to content
Snippets Groups Projects
Commit 680b9cd4 authored by gsingh58's avatar gsingh58
Browse files

Lec40 updated

parent e27d999c
No related branches found
No related tags found
No related merge requests found
%% 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment