forked from tdpetrou/Learn-Pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
# Idiomatic Pandas - Houston Data Science 11/22 | ||
# Learn Pandas | ||
A repository for learning how to do data analysis with Pandas. | ||
|
||
We will briefly cover the following commonly misused areas of pandas | ||
|
||
* read_csv vs read_table | ||
* Selecting subsets of data with [], .loc, and .iloc | ||
* Automatic alignment of the index | ||
* Pandas methods vs Python functions | ||
* map vs apply | ||
* Why I almost never use apply | ||
All material will be in Jupyter notebooks containing exercises with detailed solutions. |