- 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.
推薦閱讀
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- jQuery EasyUI網站開發實戰
- Learning ASP.NET Core 2.0
- 青少年美育趣味課堂:XMind思維導圖制作
- Mastering Python High Performance
- STM32F0實戰:基于HAL庫開發
- Test-Driven Machine Learning
- Windows Embedded CE 6.0程序設計實戰
- 計算機應用基礎教程(Windows 7+Office 2010)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Java程序設計教程
- Swift High Performance
- 深入大型數據集:并行與分布化Python代碼
- Learning Redux
- 代碼整潔之道:程序員的職業素養