Exploratory Data Analysis Tutorial With Sweetviz
In this tutorial, we’ll learn exploratory data analysis (EDA) with a Python library called sweetviz. Several alternative tools for EDA[…]
Read moreUse Python to automate office tasks
In this tutorial, we’ll learn exploratory data analysis (EDA) with a Python library called sweetviz. Several alternative tools for EDA[…]
Read moreNot everyone checks email regularly so we are also going to use Python to send Whatsapp messages to ourselves when[…]
Read moreIn this short tutorial, we’ll talk about how to use a Python Virtual Environment (venv) and the Jupyter Notebook. We’ll[…]
Read moreThe Python xlsxwriter library is capable of creating all sorts of conditional formatting for our Excel file. Let’s take a[…]
Read moreBuilding 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 moreToday we’ll talk about how to connect and work with the SQLite database using Python. In case you have never[…]
Read moreDo 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 more