Skip to main content

Web scraper to get economy watcher data from Cabinet Office of Japan.

Project description

DataReader for Economy Watcher Survey

Data reader for Economy Watcher Survey provided by Cabinet Office of Japan. Data returned as pandas.DataFrame. It can get only data provided here now, but is under developing to expand available data range.

Dependency

Developed in python 3.7.

Install

Usage

from econ_watcher_reader import EconomyWatcherReader
reader = EconomyWatcherReader()
data = reader.get_data(kind_='current', start=datetime.datetime(2018, 1, 1), end=datetime.datetime(2018, 5, 1))

If you want data about future,

reader = EconomyWatcherReader()
data = reader.get_data(kind_='future', start=datetime.datetime(2018, 1, 1), end=datetime.datetime(2018, 5, 1))

Licence

MIT License

Authors

Yuta Sugiura

References

Data Sorce

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

econ_watcher_reader-0.0.3-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page