ISTAT Census Data
With ISTAT Census Data you can easily obtain datasets from ISTAT censuses that include census grid cell data.
It is possible to download and process data from 1991 to 2021.
Installation
pip install istat-census-data
Project rename and maintenance
istat-census-data is the maintained PyPI distribution.
The PyPI distribution name is istat-census-data. Starting with version 1.5.0, the
recommended Python package import is istat_census_data:
import istat_census_data
The old PyPI page istatcelldata is no
longer maintained and will not receive new releases because the project moved to
istat-census-data.
Update installation dependencies to istat-census-data.
The old istatcelldata import remains available for compatibility, so existing Python
code continues to work during migration.
Info
This project is not affiliated with or supported by ISTAT and is an independent initiative by Massimiliano Moraca.
This repository was created using MkDocs, Material for MkDocs, and mkdocstring.