istacpy
latest
  • Indicators
  • Statistical resources
  • Structural resources
  • Error handling
istacpy
  • »
  • istacpy
  • Edit on GitHub

istacpy¶

istacpy is a Python package for obtaining open data from Instituto Canario de Estadística (ISTAC). It provides a wrapper to the open API catalog.

https://raw.githubusercontent.com/eDatos/istacpy/master/istacpy-logo.svg

Installation¶

pip install istacpy

Usage¶

The package is divided into several modules depending on the resource you want to retrieve:

  • Indicators
    • istacpy.indicators.lite
    • istacpy.indicators.geographic
    • istacpy.indicators.indicators
    • istacpy.indicators.systems
  • Statistical resources
    • Dataframe handling
    • istacpy.statisticalresources.queries
    • istacpy.statisticalresources.cubes
  • Structural resources
    • istacpy.structuralresources.category
    • istacpy.structuralresources.classifications
    • istacpy.structuralresources.concepts
    • istacpy.structuralresources.datastructures
    • istacpy.structuralresources.variables
  • Error handling
    • Custom exceptions
    • Debug mode
Next

© Copyright 2019, Instituto Canario de Estadistica (ISTAC). Revision 89dce28c.

Built with Sphinx using a theme provided by Read the Docs.