Tag Archives: data

Sort Pandas Boxplots

Make pandas boxplots more readable by sorting. Plotting with pandas dataframes usually works well, and makes it easy explore and visualise data. With simple pandas code like this: you can easily make charts like this from your dataframes: Sort Pandas Boxplots The default pandas boxplot easy easy to use, but it can be more clear… Read More »

Load Excel Files Into R

Whether we like it or not Excel is a common tool for working with data, so we often find ourselves wanting to load Excel files into R. In this post I show you a simple method for how to import data from different sheets of an Excel workbook into R. The way I like to… Read More »