I would like to use pandas module in ArcGIS10.2 python shell or in win python. How to import pandas module in ArcGIS 10.2 python shell or winpython for arcgis?

4271
4
Jump to solution
08-19-2014 02:57 PM
Md_SaifulIslam
New Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
curtvprice
MVP Esteemed Contributor

This is an unresolved issue! More discussion here...

Cannot import pandas - ArcGIS 10.1

View solution in original post

4 Replies
TimothyHales
Esri Notable Contributor

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.

0 Kudos
Md_SaifulIslam
New Contributor

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

0 Kudos
TimothyHales
Esri Notable Contributor

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:

curtvprice
MVP Esteemed Contributor

This is an unresolved issue! More discussion here...

Cannot import pandas - ArcGIS 10.1