I am currently struck at some issue where I need to fetch the unique column and the complete rows in a dataframe. Like for example, in the below table I need to fetch the unqiue from circuitid and fetch complete rows as well.
Ideally there are only 4 different types of circuitid here. Please help.
I somehow managed to get using subset. But this has resolved part of my query and another struggle is that while I do unique on particular circuitid, I need to pick up the max value in another column (in inboundthroughput) like below... Hope you get this....
I'm trying to obtain using this but its not giving me expected output.