Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 823 Bytes

EDA of Netflix 2020 Dataset in Julia

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.

Libraries used

  • 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