Skip to content

Data for the CorrelAid x City Interaction Lab February 2021. Challenge 2: Housing Problems

Notifications You must be signed in to change notification settings

cityinteractionlab/correlaid-hackathon-housing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

correlaid-hackathon-housing

Data for the CorrelAid x City Interaction Lab February 2021. Challenge 2: Housing Problems

Read in Data

Python

import pandas as pd
import geopandas
df = pd.read_csv("data/social-housing-paris/logements-sociaux-finances-a-paris.csv", sep = ";")

df_geo = geopandas.read_file("data/social-housing-paris/logements-sociaux-finances-a-paris.geojson")

R

df <- read.csv2("data/social-housing-paris/logements-sociaux-finances-a-paris.csv", stringsAsFactors = FALSE)

# directly with sf 
library(sf)

df_sf <- sf::read_sf("data/social-housing-paris/logements-sociaux-finances-a-paris.geojson")

License

Attribution: Data was downloaded on 2021-02-09, 14:37 (UTC+1) from https://opendata.paris.fr/explore/dataset/logements-sociaux-finances-a-paris/information/

Data in this repository is licensed under the Open Data Commons Open Database License (ODbL).

Translation of Description

Inventory of social housing financed in Paris, by district, by year, by owner, by number of units, by type of program, by category of financing and by type of construction.

More information :

The social housing units are differentiated in particular by:

> Category of financing :
- PLA I housing (Prêt locatif aidé d'intégration) is very social housing for people with particular difficulties in accessing housing. In particular, they include integration housing managed by associations for the housing of disadvantaged people.
- PLUS housing (Prêt locatif à usage social) corresponds to classic social housing.
- PLS housing (Prêt locatif social) is intermediate type social housing, intended in particular for the middle classes and accessible under income ceilings covering three out of four Parisian households.

> Method of construction :
- new construction
- the acquisition followed by a major rehabilitation and restructuring of buildings that can be compared to new construction
- the acquisition and conventionnement in social housing with no or little work.

> Year of approval = this is the administrative decision by which the competent authority gives its approval for the financing of a social housing operation

Translated with www.DeepL.com/Translator (free version)

About

Data for the CorrelAid x City Interaction Lab February 2021. Challenge 2: Housing Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published