- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 44字
- 2021-06-24 16:44:55
Loading the CSV file
We will load the CSV file. Refer to the following code block:
dfs = pd.read_csv('mailbox.csv', names=['subject', 'from', 'date', 'to', 'label', 'thread'])
The preceding code will generate a pandas dataframe with only the required fields stored in the CSV file.
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- GeoServer Cookbook
- 軟件界面交互設(shè)計基礎(chǔ)
- MATLAB 2020 從入門到精通
- 跟老齊學(xué)Python:輕松入門
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- MariaDB High Performance
- Python數(shù)據(jù)分析從0到1
- 量化金融R語言高級教程
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- C語言課程設(shè)計
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- ASP.NET Core 2 Fundamentals
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)