Installing packages

Python packages

Using pip (tutorial here) for Python, you can download pydatavolley.

You can reference the Pandas Book for further research in data manipulation using Pands.

pip install pydatavolley
pip install pandas
pip install numpy

R packages

Using remotes in R, you can download datavolley.

You can see all the tidyverse packages and some of the learning tools available.

Code
remotes::install_github("openvolley/datavolley")
install.packages('knitr', repos = "http://cran.us.r-project.org")
install.packages("tidyverse", repos = "http://cran.us.r-project.org")