- 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:

推薦閱讀
- 廣電5G從入門到精通
- 通信網(wǎng)絡(luò)基礎(chǔ)與設(shè)備
- Django 2 by Example
- TCP/IP入門經(jīng)典(第5版)
- Learning Karaf Cellar
- 局域網(wǎng)組建、管理與維護(hù)項(xiàng)目教程(Windows Server 2003)
- 互聯(lián)網(wǎng)安全的40個智慧洞見:2014年中國互聯(lián)網(wǎng)安全大會文集
- 物聯(lián)網(wǎng)安全技術(shù)
- 深入理解Nginx:模塊開發(fā)與架構(gòu)解析
- 5G技術(shù)核心與增強(qiáng):從R15到R17
- Guide to NoSQL with Azure Cosmos DB
- Enterprise ApplicationDevelopment with Ext JSand Spring
- 巧學(xué)活用CISCO網(wǎng)絡(luò)典型配置
- 萬物互聯(lián):物聯(lián)網(wǎng)核心技術(shù)與安全
- 現(xiàn)場總線與工業(yè)以太網(wǎng)及其應(yīng)用技術(shù)(第2版)