ASW-Analyst / JuliaDA

Repository for materials in Julia for Data Analysis by B. Kaminski

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia logo

Julia for Data Analysis

This repository contains all the materials and scripts for learning Julia from Julia for Data Analysis by Bogumil Kaminski.


Repository Structure

The repository is structured as below:


├───data
├───images
└───src
    ├───Part 1 Essential Julia Skills
        ├───2. Getting started with Julia
        ├───3. Julia's support for scaling projects
        ├───4. Working with collections in Julia
        ├───5. Advanced topics on handling collections
        ├───6. Working with strings
        └───7. Handling time-series data and missing values
    └───Part 2 Toolbox for Data Analysis
        ├───8. First steps with data frames
        ├───9. Getting data from a data frame
        ├───10. Creating data frame objects
        ├───11. Converting and grouping data frames
        ├───12. Mutating and transforming data frames
        ├───13. Advanced transformations of data frames
        └───14. Creating web services for sharing data analysis results
    

data

This folder will contain any relevant data files.

images

This folder contains the Julia .svg logo file.

src

This folder contains the code used to work through each chapter. The code will be prefixed with the part and chapter as per the structure above.

About

Repository for materials in Julia for Data Analysis by B. Kaminski

License:GNU General Public License v3.0


Languages

Language:Julia 100.0%