Python pandas

pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.html

pandas is a NumFOCUS sponsored project. This will help ensure the success of development of pandas as a world-class open-source project, and makes it possible to donate to the project.python

pandas = python Data Analysis .数组

Pandas是什么?

Pandas是一个强大的分析结构化数据的工具集;它的使用基础是Numpy(提供高性能的矩阵运算);用于数据挖掘和数据分析,同时也提供数据清洗功能。数据结构

利器之一:DataFrame

DataFrame是Pandas中的一个表格型的数据结构,包含有一组有序的列,每列能够是不一样的值类型(数值、字符串、布尔型等),DataFrame即有行索引也有列索引,能够被看作是由Series组成的字典。ide

利器之一:Series

它是一种相似于一维数组的对象,是由一组数据(各类NumPy数据类型)以及一组与之相关的数据标签(即索引)组成。仅由一组数据也可产生简单的Series对象工具

This is a short introduction to pandas, geared mainly for new users. You can see more complex recipes in the Cookbook.性能

Customarily, we import as follows:ui

In [1]: import numpy as np In [2]: import pandas as pd


https://pandas.pydata.org/pandas-docs/stable/spa

相关文章
相关标签/搜索