Last active
February 5, 2021 23:01
-
-
Save j-fu/fc77bd42b5a4e3ce0c421760cdc94787 to your computer and use it in GitHub Desktop.
mwe_catarrays.jl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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