I have this series:
dealer certificate_status brand_kia
aeropuerto NO False 22 days
True 29 days
Galerías SI False 59 days
NO False 34 days
And I have another series:
dealer
aeropuerto 36 days
Galerías 41 days
How can I place the values of the last series as an index of the first series, but with an average name. It would be like this:
dealer average certificate_status brand_kia
aeropuerto 36 days NO False 22 days
True 29 days
Galerías 41 ays SI False 59 days
NO False 34 days
It is possible to make this movement. Thanks for your help.