Skip to content

Commit 3143801

Browse files
committed
add doc and url
1 parent aca3b71 commit 3143801

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [01 - 爬虫预备知识](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/%E7%88%AC%E8%99%AB%E9%A2%84%E5%A4%87%E7%9F%A5%E8%AF%86.md)
1010
- [02 - 请求分析流程](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/%E8%AF%B7%E6%B1%82%E5%88%86%E6%9E%90.md)
1111
- [03 - requests模块的使用](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/%E7%BD%91%E7%BB%9C%E8%AF%B7%E6%B1%82%E6%A8%A1%E5%9D%97%E7%9A%84%E4%BD%BF%E7%94%A8.md)
12+
- [04 - 数据提取概念和数据的分类](https://github.com/CriseLYJ/Python-crawler-tutorial-starts-from-zero/blob/master/%E6%95%B0%E6%8D%AE%E6%8F%90%E5%8F%96%E6%A6%82%E5%BF%B5%E5%92%8C%E6%95%B0%E6%8D%AE%E7%9A%84%E5%88%86%E7%B1%BB.md)
1213

1314

1415
# 实例目录

数据提取概念和数据的分类.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* [数据提取](#数据提取)
2+
* [介绍](#介绍)
3+
* [概要](#概要)
4+
* [数据提取概念和数据的分类](#数据提取概念和数据的分类)
5+
* [什么是数据提取](#什么是数据提取)
6+
* [数据的种类](#数据的种类)
7+
* [构化数据](#构化数据)
8+
* [非结构化数据](#非结构化数据)
9+
* [总结](#总结)
10+
111
# 数据提取
212
## 介绍
313
> 用网络获取的数据中提取出想要的数据。

0 commit comments

Comments
 (0)