[Learning Notes] [Data analysis] 01.Python Getting Started

Source: Internet
Author: User

1. Install Python and environment configuration

② installing PIP and using Pip to install the Python library

2, Anaconda Installation

Conda list to be in the root environment

3. Common Data Analysis Library

①numpy

Installation: Conda install NumPy (Conda installed on Anaconda, Pip is installed locally)

Provides commonly used numeric, array, matrix functions.

Based on the "vectorization" operation, the numerical operation is higher than the list.

②scipy

Installation: Conda Install scipy

is an expansion pack that uses NumPy to do advanced math, signal processing, optimization, and statistics.

③pandas

Installation: Conda Install pandas

It is also a numpy-based extension package that supports CSV file input, integrates time series, and handles data processing.

Important data structures: Series and DataFrame

Specific operation:

Show entire table All rows: Head (), Presentation table first row: Head (1)

Some properties of the presentation table:

Table goto rank:

To sort a column in a table:

④matplotlib

Installation: Conda Install Matplotlib

Seaborn Library

[Learning Notes] [Data analysis] 01.Python Getting Started

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.