Python Pandas Library Learning

Source: Internet
Author: User

Two data structure series and dataframe.

Series

The series is the same as a list in Python, with data and index values.

Here we create a series object. Data values and indexes for series objects:

The index of the list starts at 0, and the series is indexed by default, similar to the list starting with 0. However, you can also customize the index:

Indexes can be redefined:

Operation elements according to index:

Series is also used in the form of dictionaries:

Series Auto Alignment: The corresponding values can be found based on the original index, and no Nan

Determine if the value is empty:

Series Operations:

Size

Subtraction

DataFrame

Dataframe is like a collection of multiple series. This means that it has more than one column of data. Similar to the table.

Create a Dataframe object

The "key" in Dataframe is similar to a dictionary, but one difference is that the order of the keys in the dictionary is fixed and the order of the ' keys ' in the Dataframe can be customized. Similar to the operation of index in a series object. Like this

Access to columns elements, series and dataframe operations

To be continued .....

Python Pandas Library Learning

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.