Python Xlsxwrite Create Excel Part 3 (Format, Sparkline & Chart)
Building upon our previous file, we’ll use Python xlsxwriter library to beautify our boring-looking Excel spreadsheet by adding formatting, sparkline,[…]
Read moreUse Python to automate office tasks
Building upon our previous file, we’ll use Python xlsxwriter library to beautify our boring-looking Excel spreadsheet by adding formatting, sparkline,[…]
Read moreXlsxwriter is a powerful library that can recreate most of the features of Excel, including formula, link, and named range.[…]
Read moreIn this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreIn Python, the pandas groupby() function provides a convenient way to summarize data in any way we want. The function[…]
Read moreExcel LOOKUP formulas are probably one of the most used formulas (at least for me). So today we’ll replicate the[…]
Read moreWe previously talked about how to create calculated columns in pandas, and walked through some simple examples. We can create[…]
Read morePython lambda function, aka anonymous function. Unlike how we create a function with def … statement, where we can name[…]
Read moreIt’s hard to talk about Python without mentioning list comprehension, which is a looping technique in Python. The standard way[…]
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 more