- Mastering Machine Learning for Penetration Testing
- Chiheb Chebbi
- 107字
- 2021-06-25 21:03:06
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:

推薦閱讀
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- 異構(gòu)基因共表達(dá)網(wǎng)絡(luò)的分析方法
- 計(jì)算機(jī)網(wǎng)絡(luò)安全實(shí)訓(xùn)教程(第二版)
- HCNA網(wǎng)絡(luò)技術(shù)
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Drush User’s Guide
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見(jiàn):2015年中國(guó)互聯(lián)網(wǎng)安全大會(huì)文集
- 射頻通信系統(tǒng)
- 企業(yè)網(wǎng)絡(luò)安全管理
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與應(yīng)用技術(shù)
- 搶占下一個(gè)智能風(fēng)口:移動(dòng)物聯(lián)網(wǎng)
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- 人人都該都懂的互聯(lián)網(wǎng)思維
- Implementing NetScaler VPX?
- 中國(guó)信息化年鑒2017