I need to replace column names of a pandas DataFrame having names like 'real_tag' and rename them like 'Descripcion'
list = [{'real_tag': 'FA0:4AIS0007', 'Descripcion': 'velocidad burbujas celda 7'}, {'real_tag': 'FA0:4FIC0116_PVLOLM', 'Descripcion': 'LIMITE BAJO FLUJO AIRE CELDA 2 FLOT. A0'}]
Is there any way I can achieve this? Names need to match...