Paulo

Results 2 issues of Paulo

Dataframes can be easily merged using `pd.merge()`; on the other hand, merge metadata is a pain. It would be great if it would be possible to have a `pyreadstat.merge_sav()` method...

enhancement

After adding a layer with `add_fill_layer`, it would be good to be able to update it and/or remove it to be replaced. ``` map boxer(....) |> add_fill_layer(fill_color = fill_color(col), #...