- 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.
推薦閱讀
- Learning Cython Programming
- Visual FoxPro程序設(shè)計教程(第3版)
- Linux C/C++服務(wù)器開發(fā)實踐
- Mastering Python Scripting for System Administrators
- Functional Programming in JavaScript
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- Python機(jī)器學(xué)習(xí)經(jīng)典實例
- Modular Programming in Java 9
- SQL基礎(chǔ)教程(第2版)
- Unity 3D/2D移動開發(fā)實戰(zhàn)教程
- JavaScript動態(tài)網(wǎng)頁編程
- Moodle 3 Administration(Third Edition)
- 算法設(shè)計與分析:基于C++編程語言的描述
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Test-Driven iOS Development with Swift