- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Computer Vision for the Web
- Rust實戰
- PHP 7底層設計與源碼實現
- C語言程序設計基礎與實驗指導
- Web交互界面設計與制作(微課版)
- Getting Started with CreateJS
- Java FX應用開發教程
- Practical DevOps
- Java加密與解密的藝術
- C++ 從入門到項目實踐(超值版)
- Responsive Web Design by Example
- Selenium Testing Tools Cookbook(Second Edition)
- Procedural Content Generation for C++ Game Development
- 一塊面包板玩轉Arduino編程