Michael Springer 2 Posted June 24, 2019 Posted June 24, 2019 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
Richard Pobi Posted June 25, 2019 Posted June 25, 2019 Text Area > Edit Text Area > Insert Dynamic Item > Calculated Value > Values > Right click, select Custom Expression > Max([Column]) > Ok Do the same for the Min value.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now