Posts by Paulo Henrique • 13 points
1 post
-
1
votes1
answer133
viewsQ: Abstract class 'Excelwriter' with Abstract methods instantiatedpylint(Abstract-class-instantiated)
I’m trying to save some Dataframes in an excel file but the same is giving error, I saw some tutorials and even leaving identical still gives error. writer = pd.ExcelWriter('pandas_simple.xlsx',…