I have downloaded pandas from this site then unzipped it in site-packages and run python setup.py for installing pandas.
Pandas was installed successfully.
After that I tried importing pandas into the Python window of ArcMap and it gives me the following error.
>>> import pandas
Runtime error
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pandas
No comments:
Post a Comment