Arulius Savio

Arulius Savio

Pandas Export To Excel

How to Export to Excel using Pandas?

Python can take you as far as analyzing the truckloads of data fed into it, but when it comes to presenting the data to a large audience, it ain’t its cup of tea. There are other dedicated tools which might…

Pandas Replace Multiple Values

How to Replace Multiple Values using Pandas?

When one can analyse data using Python, does it give any flexibility to play around with the input data fed for the analysis? This is what this article set out to explore. We shall construct data & demonstrate replacing multiple…