Python Forum
Extracting specific columns in an array
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting specific columns in an array
#1
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?
Reply
#2
What have you tried? And are you working with built-in lists, numpy arrays, or pandas data frames?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Searching a .txt file for a specific number and extracting the corresponding data nrozman 3 3,179 Jul-27-2018, 02:07 PM
Last Post: nrozman
  Replacing values for specific columns in Panda data structure Padowan 1 14,636 Nov-27-2017, 08:21 PM
Last Post: Padowan
  How do you change specific elements in a char array of string? JoeB 4 6,473 Oct-31-2017, 09:50 AM
Last Post: JoeB

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020