- 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.
推薦閱讀
- Mastering JavaScript Functional Programming
- Django開發從入門到實踐
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Vue.js應用測試
- Python函數式編程(第2版)
- Maven for Eclipse
- HikariCP數據庫連接池實戰
- 精益軟件開發管理之道
- Getting Started with RethinkDB
- 現代JavaScript編程:經典范例與實踐技巧
- Learning Unity Physics
- IBM Cognos TM1 Cookbook
- The C++ Workshop
- 零基礎Linux從入門到精通