Skip to content

Instantly share code, notes, and snippets.

@j-fu
Last active February 5, 2021 23:01
Show Gist options
  • Save j-fu/fc77bd42b5a4e3ce0c421760cdc94787 to your computer and use it in GitHub Desktop.
Save j-fu/fc77bd42b5a4e3ce0c421760cdc94787 to your computer and use it in GitHub Desktop.
mwe_catarrays.jl
### A Pluto.jl notebook ###
# v0.12.20
using Markdown
using InteractiveUtils
# ╔═╡ 0d1dcea2-6805-11eb-2b36-f5da8bf24fbc
begin
using Pkg
Pkg.activate(mktempdir())
Pkg.add("CategoricalArrays")
using CategoricalArrays
end
# ╔═╡ Cell order:
# ╠═0d1dcea2-6805-11eb-2b36-f5da8bf24fbc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment