Select to view content in your preferred language

analyzing data

519
1
06-10-2010 08:19 AM
alexSmith1
Emerging Contributor
Hello,

I have a Attribute table that has three columns In one column It states the name of well or its number next column it states the status of a program Active or Inactive and In another column I have Names of fields. My question is how do you relate the two columns or i should say analyze them. I need to count how many Active and Inactive are in each field. I figured out how to do it long way but I was wondering if anyone knows a short cut maybe somehow use one of the toolbox. below is a visual example of what i need to do.
Thank you.

Well name
-------Field---------Well_Status
.77676---------------A ------------Active
.5---------------------A ------------Inactive
.6 ---------------------A ---------------Active

I need a total amount of active and inactive (Is there a way to do this I have huge amount of data like this to analyze)

Field------------------------Active--------------Inactive
A------------------------------2----------------------1
0 Kudos
1 Reply
alexSmith1
Emerging Contributor
Thank you for taking time to respond to me it was very helpful. But i have another question is it possible to write a code to do this in python and then just let it do the calculations or will that be challenging.

thank you once again
0 Kudos