‘XlsxWriter’ object has no attribute ‘save’. Did you mean: ‘_save’?
The save() method has been deprecated and removed in Pandas. You should use close() instead. With older versions of Pandas you would have gotten this warning: FutureWarning: save is not part of the public API, usage can give unexpected results and will be removed in a future version With more recent versions you just need … Read more