摘要: float_df = pd.DataFrame((0.45*np.arange(1,9)).reshape(4,2), index=[1,2,3,4], columns=['col_one', 'col_two'], dtype=float)# print(float_df.round({'col_ 阅读全文
posted @ 2019-03-04 20:25 zxpo 阅读(234) 评论(0) 推荐(0) 编辑