官术网_书友最值得收藏!

pandas

pandas is an open source Python library, known for its high performance; it was developed by Wes McKinney. It quickly manipulates data. That is why it is widely used in many fields in academia and commercial activities. Like the previous packages, it is supported by many operating systems.

To install it on an Ubuntu machine, type the following command:

sudo apt-get install python-pandas

Basically, it manipulates three major data structures - data frames, series, and panels:

>> import pandas as pd
>>>import numpy as np
data = np.array(['p','a','c','k',’t’])
SR = pd.Series(data)
print SR

I resumed all of the previous lines in this screenshot:

主站蜘蛛池模板: 陆河县| 凤庆县| 五指山市| 瓮安县| 根河市| 中方县| 乌鲁木齐县| 罗平县| 普宁市| 抚宁县| 蕉岭县| 渭源县| 来宾市| 贺兰县| 公主岭市| 兴山县| 山东| 郯城县| 海口市| 铜山县| 新竹市| 荥经县| 潼关县| 陵川县| 阿城市| 农安县| 榆林市| 博白县| 临邑县| 郸城县| 永和县| 卓尼县| 拉萨市| 西畴县| 合肥市| 五大连池市| 大港区| 达州市| 库伦旗| 泰安市| 波密县|