Posts by lawri_ • 15 points
2 posts
-
1
votes1
answer79
viewsQ: How to select only alternate lines in a dataframe?
After greatly refining my data, I now need to just pick up the alternate lines from it. Example, Indice 239, 444, etc. An idea would be to rename these index to 0,1,2... and ask to select only the…
-
0
votes1
answer227
viewsQ: Dataframe Pandas - Apply the groupby of a column to other rows
Hello, I have a dataframe with a 'Time' column and 6 other columns. I only need data based on duplicate values of 'Time'. So, I already used groupby and created the "Pico" column which is where the…