- 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."
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- Android NDK Beginner’s Guide
- Scala謎題
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- 軟件供應(yīng)鏈安全:源代碼缺陷實(shí)例剖析
- Android開發(fā)三劍客:UML、模式與測試
- Learning Material Design
- 人工智能算法(卷1):基礎(chǔ)算法
- Magento 2 Beginners Guide
- Getting Started with JUCE
- Getting Started with RethinkDB
- HTML5/CSS3/JavaScript技術(shù)大全
- C/C++語言程序開發(fā)參考手冊(cè)
- Getting Started with SQL Server 2014 Administration