Skip to content

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 2.0.0, the only supported 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. Update Python code by replacing import istatcelldata with import istat_census_data.

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.