Use Python Xlsxwriter To Create Excel Spreadsheet
In this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreUse Python to automate office tasks
In this tutorial, we’ll use Python to create a high-fidelity Excel spreadsheet. “High-fidelity” means that the Python-generated Excel spreadsheet will[…]
Read moreToday we’ll talk about how to connect and work with the SQLite database using Python. In case you have never[…]
Read morePython lambda function, aka anonymous function. Unlike how we create a function with def … statement, where we can name[…]
Read moreSorting table is a common task in Excel. We sort a table in order to help us view or use[…]
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 more