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

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:

主站蜘蛛池模板: 浙江省| 宣恩县| 大足县| 公安县| 二连浩特市| 天台县| 呼和浩特市| 巴中市| 新宾| 无极县| 麻城市| 鲁甸县| 沙洋县| 常宁市| 潢川县| 灵山县| 江永县| 阳泉市| 板桥市| 华容县| 石棉县| 宁国市| 漾濞| 泰宁县| 会泽县| 宝应县| 山阳县| 宁国市| 建湖县| 仙桃市| 灵山县| 连州市| 边坝县| 防城港市| 宁阳县| 万年县| 沈阳市| 苏尼特左旗| 云霄县| 观塘区| 洛扎县|