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

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:

主站蜘蛛池模板: 台前县| 六安市| 黄山市| 烟台市| 罗田县| 上杭县| 辛集市| 永寿县| 凌云县| 彭泽县| 鞍山市| 灵台县| 桑日县| 柘荣县| 永昌县| 南溪县| 邳州市| 彩票| 无为县| 叙永县| 大庆市| 得荣县| 张家川| 长丰县| 镇原县| 河津市| 宜章县| 榆林市| 深泽县| 浙江省| 芦山县| 元谋县| 五家渠市| 广饶县| 邵东县| 望谟县| 尚志市| 蛟河市| 潜山县| 新乡县| 南通市|