Short video Learn - 16 of pandas entry data structure -Series (2)

Content Today

# PANDAS -Series entry of data structures (2)

Brief introduction

# Series mark is a one-dimensional array, it is possible to save any data type (integer, string, floating point, Python object, etc.)

Common Operations

# Create a new data series

# By operating value index tab (Increase)

# Through the index tag operational value (deleted), delete the data without affecting the original data table

 

# By an index value tag operation (change)

 

# By an index value tag operation (check)

# Series vector operations (+ - * / are applicable)

 

 

# If the index values do not match, it will form the value NaN

 

# Series name property

FollowMe

# Achieve the above specific operation 

If your browser can not display the video below, you can click here to watch a short video Youku

 

Guess you like

Origin www.cnblogs.com/lich1x/p/11854205.html