Pandas Library Notes
This is a summary of the most useful pandas features and is based on some of the techniques discussed in Ted Petrou’s Minimally Sufficient Pandas article.
This is a summary of the most useful pandas features and is based on some of the techniques discussed in Ted Petrou’s Minimally Sufficient Pandas article.
Brief overview of counting methods used to determine the number of possible outcomes under different scenarios. These are then used to compute probabilities ...
Notes on how to install Docker on Microsoft Windows and how to make it work if you also run VirtualBox on the same computer.
Notes on how to install and use the R statistical language.
Notes on how to configure Linux as a guest operating system in a VirtualBox virtual machine.
Notes on how to do common tasks through the Linux shell.
Notes on how to use Git, such as, initialising or cloning a repository, adding files to the staging area and committing staged files.