scripts.soep_loader

Load SOEP (Socio-Economic Panel) data.

This module provides utilities for loading, merging, and processing SOEP survey data. It handles household, dwelling, and individual person data from the German SOEP dataset.

Note: The functions csv_gen_households() and csv_gen_dwellings() appear to be orphaned and may not be actively used in the current codebase. They are retained here for potential future use or migration purposes.

Functions

attachVariable(soep_path, add_vars, ...[, ...])

Merge variables from a SOEP CSV file into an existing DataFrame.

movers(df, ip)

Add residential move indicator variable to household IDs.