BazerData.jl

BazerData.jl provides data manipulation utilities for Julia, including tabulation, quantile-based categories, winsorization, panel filling, and lead/lag functions.

Distributed under the MIT license.

Install

using Pkg
pkg"registry add https://github.com/LouLouLibs/loulouJL.git"
Pkg.add("BazerData")