- Apache Spark 2.x for Java Developers
- Sourav Gulati Sumit Kumar
- 122字
- 2021-07-02 19:01: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: "The mode function was not implemented in the numpy package.". Any command-line input or output is written as follows:
>>> import numpy as np
>>> from scipy import stats
>>> data = np.array([4,5,1,2,7,2,6,9,3])
# Calculate Mean
>>> dt_mean = np.mean(data) ;
print ("Mean :",round(dt_mean,2))
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- C程序設計簡明教程(第二版)
- DevOps for Networking
- AIRAndroid應用開發實戰
- ASP.NET Core 2 and Vue.js
- Network Automation Cookbook
- jQuery從入門到精通 (軟件開發視頻大講堂)
- INSTANT OpenNMS Starter
- Haxe Game Development Essentials
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- ASP.NET 4.0 Web程序設計
- Instant Automapper
- Getting Started with Electronic Projects
- 算法秘籍
- Python應用與實戰
- VMware vSphere Design Essentials