- 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.
推薦閱讀
- Learn Type:Driven Development
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- Python進(jìn)階編程:編寫更高效、優(yōu)雅的Python代碼
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Learning Data Mining with R
- MATLAB 2020從入門到精通
- Python忍者秘籍
- 深入淺出React和Redux
- ASP.NET開(kāi)發(fā)與應(yīng)用教程
- jQuery炫酷應(yīng)用實(shí)例集錦
- Visualforce Developer’s guide
- Spring Security Essentials
- Xamarin Cross-Platform Development Cookbook
- Mastering PowerCLI
- Getting Started with JUCE