This repository contains all the materials and scripts for learning Julia from Julia for Data Analysis by Bogumil Kaminski.
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
This folder will contain any relevant data files.
This folder contains the Julia .svg
logo file.
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.