Short video Learn - 15 of pandas entry data structure -Series (1)

Content Today

# Primer pandas data structure -Series

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

# From ndarray instantiation (ndarray data structure of numpy)

 

 

# From the dictionary instantiate (create the dictionary, then the dictionary instantiated as a series)

 

 

 

 

# From the scalar value instantiated

 

 

# The Series complete conversion ndarray numpy, and you can perform functions that operate most of NumPy

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/11846188.html