Ao tentar salvar os DataFrames df_1 e df_2 tive como resultado o seguinte error:
AttributeError Traceback (most recent call last)
<ipython-input-71-26b2bbff631a> in <cell line: 1>()
----> 1 df_1.to_csv('filtro_1.csv', index=False, sep=";")
2 df_2.to_csv('filtro_2.csv', index=False, sep=";")
AttributeError: 'list' object has no attribute 'to_csv'