I'm following the book "Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython 2nd Edition, by Wes McKinne" and the book said, pandas DataFrame automaticaly sort columns by its name.
But what I tried didn't sort columns. it order just what I order.
why? The book was wrong?

