Replicate Excel VLOOKUP, HLOOKUP, XLOOKUP in Python (DAY 30!!)
Excel LOOKUP formulas are probably one of the most used formulas (at least for me). So today we’ll replicate the[…]
Read moreUse Python to automate office tasks
Excel LOOKUP formulas are probably one of the most used formulas (at least for me). So today we’ll replicate the[…]
Read morePython lambda function, aka anonymous function. Unlike how we create a function with def … statement, where we can name[…]
Read moreFolks work in the finance industry deal with cashflow projection everyday, but mostly in Excel. Indeed, Excel is easy to[…]
Read moreWe briefly talked about how to create a graph in Python using web data, but it’s not so useful if[…]
Read moreExcel makes plotting a graph very easy. So does Python! Today we’ll take a quick look at how to plot[…]
Read moreToday we’ll learn how to replicate a common Excel task – find and replace data in Python. This tutorial is[…]
Read moreWe have seen many different ways to load data into Python using pandas, such as .read_csv() or .read_excel(). Those methods[…]
Read moreSorting table is a common task in Excel. We sort a table in order to help us view or use[…]
Read moreExcel provides an excellent feature – Goal Seek, which allows back-solving an input value when given the end result. It[…]
Read moreHow many times have you had to split a text in Excel? I bet too many to count. Most Excel[…]
Read more