Pandas: Tips to clean and describe data

Earlier this year I was a guest on Talk Python , a wonderful podcast on my favourite programming language. Did you come into Python from a computational science side of things? Were you just looking for something better than Excel or Matlab and got pulled in by all the Python has to offer? That’s great! But following that path often
Read moreIn our previous post we learned how to verify what Python virtual environments were installed on our machine and what Python packages they contained. We also learned how to delete unwanted environments. In this post we are going to learn how to share our virtual environment with others. This is incredibly useful in this day and age of research reproducibility.
Read moreIn our first post we learned about Python virtual environments and how to use conda to create and manage them. In our second post, we learned how to install packages that were not directly accessible from the command conda install. Specifically, we learned about conda channels hosted at https://anaconda.org as well as pip, both of which can be used to
Read more