Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpetrou committed Nov 24, 2017
1 parent fe19889 commit 40089a6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
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.

0 comments on commit 40089a6

Please sign in to comment.