Python Forum

Full Version: Extracting specific columns in an array
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We have an array with six columns and 25,000 rows. Our goal is to assign each column as a variable and then be able to run them in a function for all of the rows. How would we go about to extract a specific column to place inside an equation?
What have you tried? And are you working with built-in lists, numpy arrays, or pandas data frames?