.. _enhancingperf: ********************* Enhancing Performance ********************* .. toctree:: :maxdepth: 1 :caption: Contents :name: enhancingperf enhancingperf1 enhancingperf2 enhancingperf3 >>> import numpy as np >>> np.random.seed(123456) >>> np.set_printoptions(precision=4, suppress=True) >>> import pandas as pd >>> pd.options.display.max_rows=8 >>> >>> import os >>> import csv