Code Monkey home page Code Monkey logo

jpy-datareader's Introduction

JPy-DataReader

Installation

Install using pip

pip install jpy-datareader

Usage

import jpy_datareader.data as web

api_key = "Your_Application_ID"
df = web.DataReader("0003109558", "estat", api_key=api_key)

政府統計の総合窓口(e-Stat)のAPI3.0版で統計データ取得

  • 政府統計の総合窓口(e-Stat)のAPI3.0版の仕様

https://www.e-stat.go.jp/api/api-info/e-stat-manual3-0

import jpy_datareader as jdr

api_key = "Your_Application_ID"
jdr.get_data_estat_statsdata(api_key, statsDataId="0003109558")
from jpy_datareader import estat

statsdata = estat.StatsDataReader(api_key, statsDataId="0003109558")
df = statsdata.read()

e-StatAPIで統計表情報取得

import jpy_datareader as jdr

api_key = "Your_Application_ID"
statslist = jdr.get_data_estat_statslist(api_key)

クレジット

このサービスは、政府統計総合窓口(e-Stat)のAPI機能を使用していますが、サービスの内容は国によって保証されたものではありません。 https://www.e-stat.go.jp/api/api-info/credit

jpy-datareader's People

Contributors

well-living avatar passaglia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.