Skip to content

Commit cef5d95

Browse files
committed
更新了最后10天的文档
1 parent 8e719ca commit cef5d95

17 files changed

+1045
-254
lines changed

Day76-90/code/.ipynb_checkpoints/1-pandas入门-checkpoint.ipynb

+631
Large diffs are not rendered by default.

Day76-90/code/1-pandas入门.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
],
323323
"source": [
324324
"# DataFrame是二维的数据\n",
325-
"# excel就非诚相似\n",
325+
"# excel就非常相似\n",
326326
"# 所有进行数据分析,数据挖掘的工具最基础的结果:行和列,行表示样本,列表示的是属性\n",
327327
"df = DataFrame(data = np.random.randint(0,150,size = (10,3)),index = list('abcdefhijk'),columns=['Python','En','Math'])\n",
328328
"df"
@@ -623,7 +623,7 @@
623623
"name": "python",
624624
"nbconvert_exporter": "python",
625625
"pygments_lexer": "ipython3",
626-
"version": "3.6.5"
626+
"version": "3.7.3"
627627
}
628628
},
629629
"nbformat": 4,

Day91-100/91.团队项目开发准备.md

-233
This file was deleted.

0 commit comments

Comments
 (0)