- Learning pandas(Second Edition)
- Michael Heydt
- 154字
- 2021-07-02 20:36:55
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "This information can be easily imported into DataFrame using the pd.read_csv() function as follows."
A block of code entered in a Python interpreter is set as follows:
import pandas as pd
df = pd.DataFrame.from_items([('column1', [1, 2, 3])])
print (df)
Any command-line input or output is written as follows:
mh@ubuntu:~/Downloads$ chmod +x Anaconda-2.1.0-Linux-x86_64.sh
mh@ubuntu:~/Downloads$ ./Anaconda-2.1.0-Linux-x86_64.sh
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: "The shortcuts in this book are based on the Mac OS X 10.5+ scheme."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Python快樂編程:人工智能深度學習基礎
- Visual C++串口通信開發入門與編程實踐
- 潮流:UI設計必修課
- ASP.NET Core 2 and Vue.js
- C#程序設計(慕課版)
- JavaScript+Vue+React全程實例
- 一本書講透Java線程:原理與實踐
- 平面設計經典案例教程:CorelDRAW X6
- Spring Boot從入門到實戰
- PostgreSQL 12 High Availability Cookbook
- 高性能MVVM框架的設計與實現:San
- JavaScript程序設計實例教程(第2版)
- 計算機視覺實戰:基于TensorFlow 2
- Image Processing with ImageJ(Second Edition)