Skip to content

Commit 65d849d

Browse files
committed
update readme
1 parent 6a6fb60 commit 65d849d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)
21

2+
[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)
33

44
# 中文 Python 笔记
55

@@ -215,3 +215,7 @@ conda update anaconda
215215
- [12.01 十分钟上手 Pandas](12-pandas/12.01-ten-minutes-to-pandas.ipynb)
216216
- [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb)
217217
- [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)
218+
219+
觉得有用打赏一下?
220+
221+
<img src="payment.jpg", width=20%/>

index.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -254,6 +261,15 @@
254261
"\t - [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb)\n",
255262
"\t - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)"
256263
]
264+
},
265+
{
266+
"cell_type": "markdown",
267+
"metadata": {},
268+
"source": [
269+
"觉得有用打赏一下?\n",
270+
"\n",
271+
"<img src=\"payment.jpg\", width=20%/>"
272+
]
257273
}
258274
],
259275
"metadata": {

0 commit comments

Comments
 (0)