1 Caveats and Gotchas
- 1.1 Using If/Truth Statements with pandas
- 1.2
NaN
, IntegerNA
values andNA
type promotions - 1.3 Integer indexing
- 1.4 Label-based slicing conventions
- 1.5 Miscellaneous indexing gotchas
- 1.6 Parsing Dates from Text Files
- 1.7 Differences with NumPy
- 1.8 Thread-safety
- 1.9 HTML Table Parsing
- 1.10 Byte-Ordering Issues
>>> import numpy as np
>>> np.set_printoptions(precision=4, suppress=True)
>>> import pandas as pd
>>> pd.options.display.max_rows=8