updated invalid links

This commit is contained in:
Nicholas Wilson 2025-04-18 14:24:11 -05:00 committed by GitHub
parent 7a798e481d
commit 7d90879208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -244,13 +244,13 @@ Python在以下领域都有用武之地。
3. 包管理工具pip 3. 包管理工具pip
4. 使用网络API获取数据 4. 使用网络API获取数据
#### Day23 - [Python读写CSV文件](23.Python读写CSV文件.md) #### Day23 - [Python读写CSV文件](./Day21-30/23.Python读写CSV文件.md)
1. CSV文件介绍 1. CSV文件介绍
2. 将数据写入CSV文件 2. 将数据写入CSV文件
3. 从CSV文件读取数据 3. 从CSV文件读取数据
#### Day24 - [Python读写Excel文件-1](./Day21-30/24.Python读写Excel文件-1.md) #### Day24 - [Python读写Excel文件-1](./Day21-30/24.Python读写Excel文件-1.md)
1. Excel简介 1. Excel简介
2. 读Excel文件 2. 读Excel文件