I have a DataFrame with words as indices. How can I get the rows whose index starts with a certain letter? I tried the query and loc methods but could not refer to the index of rows and further the first letter of the indices.
Asked
Active
Viewed 31 times