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