Pandas for Data Process

Abstract:

Main page for recording learning pandas based on book “Python for Data Analysis” by Wes McKinney and his example codes from repos.
This book introduced basic ipython tool, bases numpy and then pandas. It shows a easy way to process 2-ndarray as a df. The example notebook include my own notes when learning or test. Enjoy it!

Content:

chapter02

it introduced basic python knowledge, ipython to test code and jupyter notebook application. Some learning notes are in notebook.

History:

  • 2018-03-22: create post for keeping notes of ch02
  • 2018-04-05: reorgnised page without transferring notebook to markdown, and post-create main page for learning pandas.