i am a newbie, slowly learning... i have a unique dataframe as shown below:
time
index
1 8:51 am
1 8:51 am
1 8:51 am
2 8:52 am
2 8:52 am
3 8:53 am
3 8:53 am
3 8:53 am
i want to be able to combine the dataframe and input the index in one row only as shown below:
time
index
1 8:51 am
2 8:52 am
3 8:53 am