News

# It is often useful to rearrange the sequence of the rows of a DataFrame by sorting. You don't have to implement these # yourself; the principal methods for doing this are .sort_index() and ...