Jump to content

How to get the maximum value in a data table column


Michael Springer 2

Recommended Posts

I need to retrieve the maximum value from a specfic column in a data table using IronPython. I know that I can iterate through the rows to find it, but my data table has >100,000 rows and will continue increasing in size so iterating through all the rows will become increasingly inefficient.

Is there a method that will allow for efficiently capturing the min/max value in a data table column

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...