search for: ai278

Displaying 1 result from an estimated 1 matches for "ai278".

Did you mean: a1278
2004 Feb 02
3
ordering and plotting question
Hi, I am trying to plot several rows out of a list of thousands. I have 40 columns, and about 16,000 rows with the following Df structure. ID X01 X02 X03..X40 AI456 45 64 23... AI943 14 3 45 .. AI278 78 12 68.. BW768 -2 -7 34.. ... My question is, I have a list of 100 IDs generated elsewhere (Df-"Ofinterest"), I would like to plot the 100 IDs from that data frame over the 40 columns (40 points per ID, with each column being 1 x value). But I cant figure out how to retrieve the val...