Go to Python Big Data Analysis book notes on "Python for Data Analysis"-page 04th

Source: Internet
Author: User

Essential Python Lib

This section describes various types of libraries commonly used by Python for big data analysis.

Numpy Python-specific standard module library for numerical computation, including:

1. A powerful n-dimensional Array object Array;

2. Mature (broadcast) function libraries;

3. toolkit for integrating C/C ++ and Fortran code;

4. Practical linear algebra, Fourier transformation, and random number generation functions. The combination of numpy and scipy is more convenient.

5. the array of linear computing Numpy is a powerful advanced tool for data classification and management in Python.

Numpy is written in C language at the underlying layer. The Pandas module in Pandas Python can process big data quickly and efficiently. In subsequent chapters of this book, the Pandas module is used for big data processing and analysis. dataframe objects in pandas are often used. Similar to the two-dimensional form structure of Excel, output results are displayed in rows and columns. The combination of Pandas and Numpy enables pandas to process two-dimensional forms or database forms. Pandas is more handy in data processing in the financial industry. In fact, pandas was designed to handle financial data analysis at the beginning.


Article by: http://book.douban.com/annotation/28419010/

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.