May 2019
Beginner to intermediate
466 pages
10h 44m
English
The Julia package ecosystem is under continuous development and new package versions are released on a daily basis. Most of the times this is great news, as new releases bring new features and bug fixes. However, since many of the packages are still in beta (version 0.x), any new release can introduce breaking changes. As a result, the code presented in the book can stop working. In order to ensure that your code will produce the same results as described in the book, it is recommended to use the same package versions. Here are the external packages used in this chapter and their specific versions:
CSV@v0.4.3DataFrames@v0.15.2Feather@v0.5.1Gadfly@v1.0.1IJulia@v1.14.1JSON@v0.20.0RDatasets@v0.6.1
In order to install a ...
Read now
Unlock full access