I have been met with a problem. I have a list, called list A
, and I have a data frame that has many columns. There are many time points in the first column. I want to select those rows that have the same values from list A
. I tried to set the first column as an index. But somehow, it didn't work.
Any ideas as to what I'm doing wrong?
A=[8.1, 11.7, 13.475, 14.855, 15.125, 17.465, 19.82, 24.55]
First column is "Time"
. It's
[24.5,24.505,24.51,24.515,24.52,24.525,24.53,24.535,24.54,24.545,24.55,
24.555,24.56,24.565,24.57,24.575,24.58]