how to install pandas in python by git code example
Example 1: how to install pandas in python by git
python setup.py build_ext --inplace
Example 2: how to install pandas in python by git
python setup.py build --compiler=mingw32
python setup.py install
Example 3: how to install pandas in python by git
git clone git://github.com/pydata/pandas.git
cd pandas
python setup.py install