Library to interact with the INE JSON-Stat API


License
MIT
Install
pip install inejsonstat==1.0.19

Documentation

inejsonstat.py

IneJsonStat is a library for reading the [JSON-stat](http://json-stat.org/) data format responses from the [Spanish National Institute of Stadistics (INE)](https://www.ine.es/)'s [JSON-stat API](https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945948443).

JSON-stat is a JSON format specialized in representing datasets mainly for statistic purposes. It's used by many institutions around the world, such as:

The main objective of the library its to ease the use interpretation and manipulation of retrieved data by the means of creating dynamically objects representing the hierarchically the different levels of information in a retrieved file.

This project is in early stages and has been developed for the [University of Extremadura](https://www.unex.es/). You can contribute on its [github repository](https://github.com/Mlgpigeon/inejsonstat.git) or contact me directly in case of doubt or need via luismasc16@gmail.com.

## Installation: ` >>> pip install inejsonstat `

Available languages: -'ES' (spanish) -'EN' (english)

Available inputs: These are the ids of the tables you request, they can be found here for the spanish INE (Instituto Nacional de Estadística):

https://www.ine.es/dyngs/INEbase/listaoperaciones.htm

Optional nult: If not left blank, it will give the n last terms of the requested table

Optional date: If not left blank, it will give the terms of the requested table in:

-date=YYYYMMDD (a given date) -date=YYYYMMDD&date=YYYYMMDD (a list of given dates) -date=YYYYMMDD:YYYYMMDD (a range of dates)