(1)打开csv文件
import pandas as pd
df=pd.read_csv(r'data/data.csv')
(2)dataframe index 重新排序
data=df.sort_index(axis=0,ascending=False)
(3)dataframe 按照某1列进行升序或者降序排列
data=df.sort(['date'],ascending=True升序,F...
Chinese Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《python常用命令》 | 2143字 | 20.0分钟 | 100% | 61 CPM | 199 次 | 0 | 良好,向更快挑战! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 慎而思之,勤而行之。 ——白居易 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |