CSV文件区划数据错误
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
CSV数据中,上海市普陀区行数据的上海市的区划编码错误
普陀区,310107,普陀区,310107,市辖区,不统计,0,不统计,上海市,330000,直辖市,Putuo,Pǔ Tuó
应当为
普陀区,310107,普陀区,310107,市辖区,不统计,0,不统计,上海市,310000,直辖市,Putuo,Pǔ Tuó
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the exact Putuo CSV row shown in the issue. Verify that the Shanghai administrative code is 310000 rather than 330000, update that data entry, and confirm that the other fields remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100