- 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.
推薦閱讀
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- PostgreSQL for Data Architects
- Visual C
- QGIS:Becoming a GIS Power User
- The HTML and CSS Workshop
- SQL Server與JSP動態網站開發
- 深度學習:Java語言實現
- PHP+Ajax+jQuery網站開發項目式教程
- Mobile Device Exploitation Cookbook
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Kotlin極簡教程
- Learning Android Application Testing
- Unity 5.X從入門到精通
- C# 7.0本質論
- MongoDB Administrator’s Guide