r4ds-python-plotnine
r4ds-python-plotnine copied to clipboard
A translation of the visualisation chapters from "R for Data Science" to Python using Plotnine and Pandas.
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
The following link in the tutorial is not working: https://rstudio.com/cheatsheets Thanks!
Thank you for the nice tutorial. Reading it from https://www.datascienceworkshops.com/blog/plotnine-grammar-of-graphics-for-python/, the beginning of section 3.7 is missing (l.765-792 of file r4ds-python-plotnine/input/r4ds-python-plotnine.ipynb.Rmd ) and section 3.6.1 contains an additional exercise.
Thank you for creating this extensive tutorial. A few improvements on using TeX: 1. All you need to do is wrap the text with `$`. 2. You can avoid the...
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.3 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
The following line needs to be updated... To learn more about mpg, open its help page by running ?mpg From the `R` help function `?mpg` to `help(mpg)`