摘要: 确保 tensorflow 成功安装 conda install numpy pandas jupyter notebook matplotlibconda install scipy h5pypip install TFLearn 阅读全文
posted @ 2021-03-07 22:07 emanlee 阅读(163) 评论(0) 推荐(0)
摘要: Dataframe & Series Columns & Index Missing values: NaN df.index df.columns df.data type(...) df.dtypes series.to_frame() s.value_counts() s.describe() 阅读全文
posted @ 2021-03-07 21:40 emanlee 阅读(76) 评论(0) 推荐(0)
摘要: file_object = open( 'ssue.csv', 'w', 'utf-8') TypeError: an integer is required (got type str)对于第三个参数,指定编码方式必须要加encoding=“utf-8” read_helper=open(chec 阅读全文
posted @ 2021-03-07 14:52 emanlee 阅读(1507) 评论(0) 推荐(0)