- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 154字
- 2021-06-24 16:44:46
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "we visualized a time series dataset using the
matplotlib and seaborn libraries."
A block of code is set as follows:
import os
import numpy as np
%matplotlib inline from matplotlib
import pyplot as plt
import seaborn as sns
Any command-line input or output is written as follows:
> pip install virtualenv
> virtualenv Local_Version_Directory -p Python_System_Directory
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Time series data may contain a notable amount of outliers."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Deploying Node.js
- R語言數(shù)據(jù)分析從入門到精通
- Android Jetpack開發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Scala謎題
- Python物理建模初學(xué)者指南(第2版)
- 城市信息模型平臺(tái)頂層設(shè)計(jì)與實(shí)踐
- Python網(wǎng)絡(luò)運(yùn)維自動(dòng)化
- 3ds Max瘋狂設(shè)計(jì)學(xué)院
- Practical XMPP
- 區(qū)塊鏈技術(shù)指南
- 大數(shù)據(jù)高并發(fā)Redis一本通
- 零基礎(chǔ)學(xué)算法(第4版)
- Android 3D游戲開發(fā)技術(shù)寶典:OpenGL ES 2.0
- Java語言案例教程