{"id":22098868,"url":"https://github.com/maxsxu/pandaschinesedocumentation","last_synced_at":"2026-04-28T17:33:33.192Z","repository":{"id":116752141,"uuid":"112895685","full_name":"maxsxu/PandasChineseDocumentation","owner":"maxsxu","description":"Chinese Documentation Version of pandas official documentation","archived":false,"fork":false,"pushed_at":"2018-02-01T14:47:35.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T03:05:37.566Z","etag":null,"topics":["documentation","pandas","python","translation"],"latest_commit_sha":null,"homepage":"https://jsonbruce.gitbooks.io/pandas-chinese-documentation/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxsxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-03T03:04:13.000Z","updated_at":"2021-03-31T04:44:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d7c9fad-e230-47b8-8af2-edb633e9212c","html_url":"https://github.com/maxsxu/PandasChineseDocumentation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxsxu/PandasChineseDocumentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsxu%2FPandasChineseDocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsxu%2FPandasChineseDocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsxu%2FPandasChineseDocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsxu%2FPandasChineseDocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxsxu","download_url":"https://codeload.github.com/maxsxu/PandasChineseDocumentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsxu%2FPandasChineseDocumentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","pandas","python","translation"],"created_at":"2024-12-01T04:26:15.221Z","updated_at":"2026-04-28T17:33:33.175Z","avatar_url":"https://github.com/maxsxu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pandas 中文文档\n\n\u003e pandas 是一个非常强大的 Python 数据分析工具集\n\npandas 中文文档基于 pandas 官方文档(PDF Version)\n [pandas 0.21.0 documentation PDF  Version](https://pandas.pydata.org/pandas-docs/stable/pandas.pdf)\n\nPDF Version 包含了章节序号，更方便索引。\n\n\n# 在线阅读\n使用 GitBook 制作，可以直接[在线阅读](https://jsonbruce.gitbooks.io/pandas-chinese-documentation)。\n\n\n# 简介\n`pandas 0.21.0` 发布于 2017.10.27，这一版本包含了许多重大的更新。\n\npandas 中文文档的目录结构依然保持 pandas 官方文档(PDF Version)的目录结构，但不同的是，目前不是完全翻译，是就重点章节进行部分翻译。\n\n一个小的动机就是, *《利用 Python 进行数据分析》* 是一本非常优秀的数据分析书籍，但其内容基于 *python 2.7* 和 *pandas 0.9*，许多 API 现在已经发生了变化。\n\n\n# 如何贡献\n**GitHub Repository:** [PandasChineseDocumentation](https://github.com/jsonbruce/PandasChineseDocumentation)\n\n## 认领翻译任务\n在仓库的 `Issues` 下可以看到根据标签（Label）分类的翻译任务状态:\n\n- `待翻译` : 表示还没有人认领这个翻译任务\n- `翻译中` : 表明已经有人翻译了\n- `待校对` : 表明此章节已翻译完成，正在等待校对\n- `校对中` : 表明正在校对\n- `校对完` : 表明校对完成，等待发布\n\n\n## Cooperative Translate Flow (CTF)\n\n1. Fork 我仓库 [PandasChineseDocumentation](https://github.com/jsonbruce/PandasChineseDocumentation)\n2. Clone 到你本地\n3. 运行 `git checkout -b develop` 创建并切换到 develop 分支\n4. 运行 `git remote add upstream https://github.com/jsonbruce/PandasChineseDocumentation` 将我仓库添加为远端库\n5. 运行 `git remote update` 更新\n6. 运行 `git fetch upstream master` 拉取我仓库的更新到你本地\n7. 运行 `git rebase upstream/master` 将我仓库的的更新合并到你 develop 分支\n\n这是一个初始化流程，只需要做一遍就行，之后请一直在 develop 分支进行修改。\n\n8. 运行 `git add .` 添加更新\n9. 运行 `git commit -m [message]` 提交到本地仓库\n10. 运行 `git push` 推送更新到 GitHub\n11. 在 GitHub 发起 `Pull Request`\n\n\n# 贡献列表\n- [jsonbruce](https://github.com/jsonbruce)\n\n\n# 开源协议\n[GNU GPL v3.0](https://choosealicense.com/licenses/gpl-3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsxu%2Fpandaschinesedocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxsxu%2Fpandaschinesedocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsxu%2Fpandaschinesedocumentation/lists"}