Arulius Savio

A Beginner’s Guide to Styling Pandas DataFrame (Including Styler.To_Excel)

Python provides umpteen features to customise the visualisation of the data that is being analysed. In this article, we shall explore in great depth one such function that aids in the styling of the data in the MS Excel spreadsheet. A styler object is a high-potential tool that could be deployed for formatting the DataFrame,

A Beginner’s Guide to Styling Pandas DataFrame (Including Styler.To_Excel) Read More »

Python numpy.outer() Function: Calculate the Outer Product of Two Vectors

Vectors play an important role in the field of mathematics for helping with the navigation around different spaces & planes. This article shall set out to explore one of the many functions that can be carried out with vectors in Python programming – the outer( ) function from the numpy library. Before that let us set things

Python numpy.outer() Function: Calculate the Outer Product of Two Vectors Read More »