Skip to content

llrt/eda-netflix-2020-jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages