Replicate Excel Goal Seek in Python
Excel provides an excellent feature – Goal Seek, which allows back-solving an input value when given the end result. It[…]
Read moreUse Python to automate office tasks
Excel 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 moreIn Excel, we can create a calculated column by first write a formula (in a cell), then drag down the[…]
Read moreIn Excel, we can “easily” remove duplicates from a table by clicking on the “Remove Duplicates” button from the Data[…]
Read moreThis is the second part of the Filter a pandas dataframe tutorial. Today we’ll be talking about advanced filter in[…]
Read moreBeing able to slice and dice the data is essential for working with data. Similar to the filter in Excel,[…]
Read moreI realize this is an important topic since we’ll be using these techniques a lot in pandas. Python list indexing[…]
Read moreThere are many reasons to rename pandas dataframe columns. For example, maybe you want the column names to be more[…]
Read moreIn this tutorial, we’ll learn how to drop/delete columns from a pandas dataframe. We are going to walk through three[…]
Read moreDeleting rows is a common task in Excel, in this tutorial, we’ll learn a few techniques to delete rows from[…]
Read more