- Getting Started with Python Data Analysis
- Phuong Vo.T.H Martin Czygan
- 186字
- 2021-07-09 21:02:31
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
>>> import numpy as np >>> np.random.randn()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
>>> import pandas as pd
Any command-line input or output is written as follows:
$ cat "data analysis" | wc -l
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
- Xcode 7 Essentials(Second Edition)
- DevOps入門與實踐
- 深入淺出Android Jetpack
- Oracle Database 12c Security Cookbook
- Keras深度學習實戰
- C++反匯編與逆向分析技術揭秘(第2版)
- MATLAB GUI純代碼編寫從入門到實戰
- 移動增值應用開發技術導論
- Building Slack Bots
- Mastering Gephi Network Visualization
- Joomla!Search Engine Optimization
- Java程序設計教程
- Design Patterns and Best Practices in Java
- Mastering Clojure
- Unity 3D UI Essentials