RSSAmplifier

Blog

RSS Feed | Ramiro.org

RSS Feed

ramiro.orgRSS feed ↗10 posts

Latest posts

Setting a column based on another one and multiple conditions in pandas

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.

Data Mining, Analysis and Visualization Resources

A list of helpful resources for data mining, analysis and visualization including free books, documentation and tutorials.

Runtime comparison of pandas crosstab, groupby and pivot_table

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.

CoderStats Revamp, d3-geomap v3 Release, Python Data Science Handbook Review

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.

Word Cloud From Reddit Comments Gilded 10 Or More Times

In this notebook we create a word cloud from reddit comments that were gilded 10 or more times from the start of reddit to February 2019.

Introducing programminglanguages.info: A Website About Programming Languages

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.

Stack Overflow Survey 2018: Respondents World Map

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.

Stack Overflow Survey 2018: Technology Preferences

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.

Creating a world map of metal bands in Python

This Jupyter notebook shows how to create a map of metal bands focusing on the issues that came up during the process and how they were solved.

Creating a Choropleth Map of the World in Python using GeoPandas

This Jupyter notebook walks through the process of creating a choropleth map of the world in Python using the GeoPandas package.