python

Extracting Data from Power BI Reports with Python and Power Automate

Extracting Data from Power BI Reports with Python and Power Automate

Have you ever faced the challenge of managing hundreds of Power BI reports and found yourself unsure about the data sources they connect to? I offer a straightforward solution which is tested in the real world – extracting data from Power BI reports with Python and Power Automate. Essentially, we are going to build a …

Read more

Automate Folder Renaming with Python and Excel: A Step-by-Step Guide

python with data

Automate folder renaming with Python and Excel to make managing data and keeping your files organized more efficient in today’s digital age. Handling vast amounts of data as a professional or simply maintaining personal files in order can be time-consuming and complex. To address this challenge, I’ve developed a comprehensive step-by-step guide that demonstrates how …

Read more

How to Effortlessly Combine Excel Files using Python and Pandas

In today’s data-driven world, the ability to combine Excel files using Python and Pandas is essential for handling large amounts of data from various sources. We often find ourselves working with multiple Excel files that need to be merged into a single file for further analysis. In this blog post, we’ll delve into a straightforward …

Read more

How to insert data from an xlsx file into a MySQL database with Python?

In different environments we as IT professionals have to approach matters in various ways. Data comes in many forms, shapes, and sizes. One of the issues I recently had was how to insert data from a .xlsx file into a MySQL database with Python. I will dive into it and share the code, as well …

Read more