Study Notes (01): Python halls data: data analysis and data visualization -series, dafatfame, index

Learning immediately: https://edu.csdn.net/course/play/27352/363901?utm_source=blogtoedu

1、Series

A one-dimensional array indexed data composed of

Properties: values, index

They can develop their own index

Series slice position including the end of the

2、DataFrame

  • Created:

Creating a single Series

Create a list of dictionaries by

Series object dictionary created by

Create a two-dimensional array by Numpy

Numpy created by an array of structures

Released seven original articles · won praise 0 · Views 127

Guess you like

Origin blog.csdn.net/qq_42108777/article/details/104211468