Question: can some please help me with this code. i am supposed to not include two columns. from the loaded data, it orginally has to columns.
can some please help me with this code. i am supposed to not include two columns. from the loaded data, it orginally has to columns. one for trails and other for device counts. the only coumn i need is the second column which is device counts. how would i implement it to my code below?
*how do i send it? I tried loading it but didnt allow me


raw_data=np.loadtxt("raw_DAQ_data.txt") print (raw_data) rawf =(raw_data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
