is it possible to get access of last column of a data frame and last row of a data frame by using
.loc[]
I saw this link
https://stackoverflow.com/questions/40144769/how-to-select-the-last-column-of-dataframe
but in this discussion no one spoke about loc . I would be appreciate if someone helps me to to solve this problem. thanks a lot.