- 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."
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- 騰訊iOS測試實(shí)踐
- 人人都懂設(shè)計模式:從生活中領(lǐng)悟設(shè)計模式(Python實(shí)現(xiàn))
- 自然語言處理Python進(jìn)階
- 全棧自動化測試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 詳解MATLAB圖形繪制技術(shù)
- HTML5權(quán)威指南
- Clojure for Java Developers
- Building Business Websites with Squarespace 7(Second Edition)
- Java高級程序設(shè)計
- 創(chuàng)新工場講AI課:從知識到實(shí)踐
- SQL Server 2014數(shù)據(jù)庫設(shè)計與開發(fā)教程(微課版)
- 深度學(xué)習(xí):基于Python語言和TensorFlow平臺(視頻講解版)
- Mastering Responsive Web Design
- MongoDB進(jìn)階與實(shí)戰(zhàn):微服務(wù)整合、性能優(yōu)化、架構(gòu)管理