misc

Define several global variables, paths and basic functions.

Functions

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

Merge add_vars+match_keys from merge_from to merge_to by match_keys.

clean_nan(df[, on_cols])

Remove rows which contain NaN value in specific columns from df.

filters(df[, only_households, age_filter, ...])

Define and apply filters to Dataframe.

get_negative_dict()

Create NaN entries for range(-8, 1) entries.

load_inputs()

timer_func(func)

Decorator for adding time measurements.