Following up previous post introducing how to get Open Source development data, it’s time to play with them. I’ll use Pandas, the Python Data Analysis Library as main tool in this post.
Playing with data
Let’s create a simple data frame with information about the files touched in each commit. The script could look like this:
Continue reading “Analyzing Open Source development (part 2)”