- Practical Data Analysis Cookbook
- Tomasz Drabas
- 156字
- 2021-07-16 11:13:50
Conventions
In this book, you will find a number of text styles 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:
for p in all_disputed_transactions: try: transactions[p[0]].append(p[2]['amount']) except: transactions[p[0]] = [p[2]['amount']]
Any command-line input or output is written as follows:
cd networkx python setup.py install
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "We start with using Range on the age filter."
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Node.js 10實戰
- Visual Basic編程:從基礎到實踐(第2版)
- vSphere High Performance Cookbook
- Apache Hive Essentials
- C語言程序設計
- Java EE核心技術與應用
- Mastering Android Game Development
- Python Data Structures and Algorithms
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Python預測分析實戰
- Java高級程序設計
- 從“1”開始3D編程
- 金融商業數據分析:基于Python和SAS