Filter a pandas dataframe (think Excel filters but more powerful)
Being able to slice and dice the data is essential for working with data. Similar to the filter in Excel,[…]
Read moreUse Python to automate office tasks
Being able to slice and dice the data is essential for working with data. Similar to the filter in Excel,[…]
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 moreIn this tutorial, we’ll learn how to add a new column in pandas DataFrame. We are going to see a[…]
Read moreOne common task in Excel is to insert rows into a sheet. When working with data in Python, we can[…]
Read moreThis article is part of the Transition from Excel to Python series. We have walked through the data i/o (reading[…]
Read moreWe discussed how to read data from a single Excel file. Next we’ll learn how to read multiple Excel files[…]
Read moreIn the previous post, we touched on how to read an Excel file into Python. Here we’ll attempt to read[…]
Read moreLAST UPDATED: Nov 08 2021 When I first started this blog, I had one idea in mind – to share[…]
Read more