I am a beginner in using python in ArcGIS 10.2 . I am trying use some statistical feature of pandas module of python. But in python shell inside ArcGIS if i write: "import pandas" it says no build in modlue. How I can install pandas module for ArcGIS?
Solved! Go to Solution.
This is an unresolved issue! More discussion here...
Have you installed the Panda module in the Python27 folder (C:\Python27\ArcGIS10.2\Lib)? Here is documentation on Panda that includes installing - http://pandas.pydata.org/pandas-docs/stable/pandas.pdf
I have also moved this discussion to the Python space as you may get a better response there.
Hi
Thanks . I a have installed pandas module python 27 folder. But still show
the following error.
Traceback (most recent call last):
File "
import pkg_resources
ImportError: No module named pkg_resources
I just tried installing Pandas from pandas‑0.14.1.win32‑py2.7.exe. It shows in: C:\Python27\ArcGIS10.2\Lib\site-packages\pandas
When importing I get a numpy error:
This is an unresolved issue! More discussion here...