stocks.reset_index()将index恢复默认
1.Create a datetime column from a DataFrame
2.Create a category column during file reading
1.Convert the data type of multiple columns at once
1.Apply multiple aggregations on a Series or DataFrame
the followings are new:
1.Aliases(别名)have been added for isnull and notnull
2.drop now accepts “index” and “columns” keywords
3.rename and reindex now accept “axis” keyword
especially:mapper can be a function:
4.Ordered categories must be specified independent of the data