Skip to content

Instantly share code, notes, and snippets.

@t0mst0ne
Last active August 29, 2015 14:05
Show Gist options
  • Save t0mst0ne/be12a3ea7fdfbb34d49f to your computer and use it in GitHub Desktop.
Save t0mst0ne/be12a3ea7fdfbb34d49f to your computer and use it in GitHub Desktop.
manage npolist.json
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import pandas as pd
data = pd.read_json('npolist.json',orient="columns")
type(data)
data
@t0mst0ne
Copy link
Author

id  傳真  出版品   創辦人   創辦��� 創���人 地址  執行長   執行��� 執���長 ... ���屬設施  ���政劃撥  ���構代碼  ���構名稱  ���立主旨  ���立日期  ���絡人 ���行長 ���話    ���辦人

0 1 04-22061235 年報、專業叢書(家長團���工作案例彙編、兒童保護工作模式國際研討會成果彙編)、社會工作實務... 美國基督教兒童福利基金會 NaN NaN 台中市西區民權路234號12樓 林柏榕(董事長) NaN NaN ... NaN NaN NaN NaN NaN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment