This notebook shows a way to set the value of one column in a CSV file, that satisfies multiple conditions, by extracting information from another column using the pandas library and the standard library re module.
In this notebook we'll compare the runtime of three different ways to group and summarize data using the pandas crosstab, groupby and pivot_table functions.
I worked on some projects recently that were asleep for a while, including a revamp of CoderStats, the release of d3-geomap version 3 and I published a review on the Python Data Science Handbook.
programminglanguages.info is an informational website dedicated to computer programming languages, that aggregates and shows data from sources such as Wikidata and several GitHub repositories.
In this notebook I create a choropleth map that shows how many people responded to the Stack Overflow Developer Survey 2018 in relation to their countries' populations.
This notebook looks at technologies, that respondents of the Stack Overflow Survey 2018 worked with in the past, want to work with in the future, where these overlap and where not.