This time round I'll walk through a way we can create a sub-class of pd.DataFrame to which we can add custom functions. We can override the behavior of the xl method to return an instance of that sub-class, meaning that every DataFrame created from data in the workbook will benefit from whatever custom methods are added to the sub-class!
Let's walk through it step by step.
#data #analytics #excel #python #pythoninexcel