Skip to content

Commit

Permalink
fixed csv data
Browse files Browse the repository at this point in the history
  • Loading branch information
adyliu committed May 10, 2020
1 parent 871aa24 commit f00dcd8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@

```bash
$ gzcat area_code_2020.csv.gz |wc -l
713479
704750

$ gzcat area_code_2020.csv.gz |head
110101001001,多福巷社区居委会,5,110101001000
110101001002,银闸社区居委会,5,110101001000
110101001005,东厂社区居委会,5,110101001000
110101001006,智德社区居委会,5,110101001000
110101001007,南池子社区居委会,5,110101001000
110101001008,黄图岗社区居委会,5,110101001000
110101001009,灯市口社区居委会,5,110101001000
110101001010,正义路社区居委会,5,110101001000
110101001011,甘雨社区居委会,5,110101001000
110101001013,台基厂社区居委会,5,110101001000
110000000000,"北京市",1,0
110100000000,"市辖区",2,110000000000
110101000000,"东城区",3,110100000000
110101001000,"东华门街道",4,110101000000
110101001001,"多福巷社区居委会",5,110101001000
110101001002,"银闸社区居委会",5,110101001000
110101001005,"东厂社区居委会",5,110101001000
110101001006,"智德社区居委会",5,110101001000
110101001007,"南池子社区居委会",5,110101001000
110101001008,"黄图岗社区居委会",5,110101001000
```

## SQL 格式
Expand Down
Binary file modified area_code_2020.csv.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion area_code_2020.csv.gz.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5 (area_code_2020.csv.gz) = 71225ab73e95cff6a1d05fd199171076
MD5 (area_code_2020.csv.gz) = ce578eaafe14ae1950dd65d81553e816

0 comments on commit f00dcd8

Please sign in to comment.