Freeze Your Python Code – How to Run Python Script Without Python Installed
Do you know that you can “freeze” your python code and give other people run it even if they don’t[…]
Read moreUse Python to automate office tasks
Do you know that you can “freeze” your python code and give other people run it even if they don’t[…]
Read moreIn Python, the pandas groupby() function provides a convenient way to summarize data in any way we want. The function[…]
Read moreIf your job requires working with large amount of data in Excel, and needing to match up certain records from[…]
Read moreWhen we deal with data from different sources, we often encounter one problem – some strings could be spelled differently,[…]
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