Python

Building a File Analysis Dataset with Python

Building a File Analysis Dataset with Python

Using Python and Jupyter Notebooks to build a hierarchical CSV File

By
Matt Eland
on
Our files and directories have a lot of information about the code we work with. Let’s see how to get that data into a CSV file
Extracting git repository data with PyDriller

Extracting git repository data with PyDriller

Generating CSV datasets from git repositories for data analysis

By
Matt Eland
on
If you want to analyze patterns in your git repositories, you first need to get data. PyDriller can help you get your data out of git repositories and into a CSV.
Appending Rows to a Pandas DataFrame

Appending Rows to a Pandas DataFrame

Progressively Adding rows to grow your DataFrame bit by bit

By
Matt Eland
on
Recently, I needed to add new rows to a Pandas DataFrame. This short article walks you through how to do just that.