Anaconda Python Environments

Have multiple versions of Python on the same system with Anaconda Python environments. It can be good to have multiple versions of python on the same system for testing, development, or just to use packages only available in Python 2.7. If you try to do a conventional install of multiple python versions, you will probably… 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 »

Some Cool Open Data API

In this post I’ve found some cool open data APIs which allow access to a range of data including environmental, weather, economic, and transport data. Organisations are increasingly making their data available via an API. An API, or Application Programming Interface allows users to access services or data using a particular set of commands or… Read More »