美文网首页我爱编程
CHAPTER 5 Getting Started with p

CHAPTER 5 Getting Started with p

作者: 夏天才爱睡觉 | 来源:发表于2018-05-15 20:19 被阅读0次

5.1 Introduction to pandas Data Structures

series

dataframe

index objects

Some Index methods and properties.png

5.2 Essential Functionality

Reindexing

reindex function arguments.png

Dropping Entries from an Axis

Indexing, Selection, and Filtering

Indexing options with DataFrame.png

Integer Indexes

Arithmetic and Data Alignment

Flexible arithmetic methods.png

Function Application and Mapping

apply applying a function on one-dimensional arrays to each column or row
applymap dataframe
map series

Sorting and Ranking

sort_index
sort_values
rank

Tie-breaking methods with rank.png

Axis Indexes with Duplicate Labels

5.3 Summarizing and Computing Descriptive Statistics

Options for reduction methods.png Descriptive and summary statistics.png

Correlation and Covariance

corr
cov
corrwith

Unique Values, Value Counts, and Membership

Unique, value counts, and set membership methods.png

相关文章

网友评论

    本文标题:CHAPTER 5 Getting Started with p

    本文链接:https://www.haomeiwen.com/subject/czaedftx.html