Pandas Cookbook Second Edition

Pandas Cookbook Second Edition, published by Packt
Alternatives To Pandas Cookbook Second Edition
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pandas Cookbook5,900
5 months ago32Jupyter Notebook
Recipes for using Python's pandas library
Pandas Cookbook596
2 months ago6mitJupyter Notebook
Pandas Cookbook, published by Packt
Pandas Cookbook Second Edition234
2 months ago6mitJupyter Notebook
Pandas Cookbook Second Edition, published by Packt
Matplotlib 3.0 Cookbook109
2 months ago1mitJupyter Notebook
Matplotlib 3.0 Cookbook, published by Packt
Financial Analysis Using Python10
3 years agoJupyter Notebook
Cookbook of iPython Notebook Recipes
Data Engineering9
a year agomit
Common data manipulations in different languages and frameworks.
Howtos5
2 years agoJupyter Notebook
How-To Recipes, 碎片化实用教程, 开发技巧
Pydata Cookbook4
5 years agoJupyter Notebook
blaze, odo, pandas, numpy
Dand_vip_class3
3 years ago
Udacity-DAND-VIP入门课程 每周导学及项目
My Little Pandas Cookbook3
8 months agoJupyter Notebook
Alternatives To Pandas Cookbook Second Edition
Select To Compare


Alternative Project Comparisons
Readme

Pandas 1.x Cookbook - 2nd Edition

This is the code repository for Pandas 1.x Cookbook - 2nd Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

A new edition of the bestselling Pandas cookbook updated to pandas 1.x with new chapters on creating and testing, and exploratory data analysis. Recipes are written with modern pandas constructs. This book also covers EDA, tidying data, pivoting data, time-series calculations, visualizations, and more.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

def tweak_kag(df):
    na_mask = df.Q9.isna()
    hide_mask = df.Q9.str.startswith('I do not').fillna(False)
    df = df[~na_mask & ~hide_mask]

Related Products

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781839213106

Popular Cookbook Projects
Popular Pandas Projects
Popular Learning Resources Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Book
Pandas
Cookbook