This is a loosely inspired port of great EDA of Netflix 2020 Dataset in R by ygterl to Julia. His original Medium post is avalaible here
The main goal of this repo is to explore Julia's data manipulation core utilities.
- DataFrames: for data frame creation and manipulation
- CategoricalArrays: for creating categorical (factors) columns in data frames
- CSV: for CSV file importing
- StatsBase: for doing basic statistics analysis
- Queryverse: for dplyr-style data frame manipulation
- Gadfly: for ggplot-style plotting
- Cairo: for saving generated plots in PNG format