Mastering Julia by Malcolm Sherrington

Mastering Julia by Malcolm Sherrington

Author:Malcolm Sherrington
Language: eng
Format: epub
Publisher: Packt Publishing Pvt Ltd
Published: 2024-01-19T00:00:00+00:00


DataFrames and statistics

We were introduced to Julia’s implementation of DataFrames in the previous section and used the availability of a series of datasets, first made available by the Comprehensive R Archive Network (CRAN), hence the epithet R-Datasets.

A full listing can be obtained from the R-Datasets page and also from the package maintainer’s, Vincent Arel-Bundock, GitHub page.

The equivalent package in Python is pandas, of which there is also a Julia package (Pandas.jl), which is a wrapper around the Python one, available via the JuliaPy GitHub page.

When dealing with tabulated datasets, there are occasions when some of the values are missing. It is one of the features of statistical languages is that they can handle such situations.

Support for this has been changed in version 1.0 due to the introduction of the Missings.jl package (via the JuliaData group).



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.