Using Python for data analysis (6) NumPy basics: vector computing and pythonnumpy

Source: Internet
Author: User

Using Python for data analysis (6) NumPy basics: vector computing and pythonnumpy

Vectoring refers to replacing the loop with an array expression to manipulate each element in the group.
NumPy provides a universal function (ufunc function) that performs an element-level operation on data in the ndarray. For example, the square function computes the square of each element. The rint function rounds each element into the numpy. where function.
The numpy. where function is a vectorized version of the ternary expression x if condition else y, such as mathematical and statistical methods.
For example, the np. sum function can sum the elements in the logarithm group:
For a two-dimensional array, the sum function also sums all elements, but the two-dimensional array has two directions: horizontal axis and vertical axis. Therefore, the sum function can also sum two-dimensional arrays in the direction:

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.