.. currentmodule:: pandas .. ipython:: python :suppress: import numpy as np import pandas as pd randn = np.random.randn np.set_printoptions(precision=4, suppress=True) from pandas.compat import lrange pd.options.display.max_rows=8 .. _text: ====================== Working with Text Data ====================== .. toctree:: :maxdepth: 1 :caption: Contents :name: basics text1 text2 text3 text4 text5 text6 text7