Skip to content

Instantly share code, notes, and snippets.

View aerdely's full-sized avatar

Arturo Erdély aerdely

View GitHub Profile
@aerdely
aerdely / ArturoCovid.jl
Created June 21, 2022 17:12
Procesar datos COVID-19
### Procesar datos SSalud para modelo compartimental
using CSV, DataFrames, Dates
## Cargar datos
@time begin
fechaDate = Date(2022,6,16)
archivo = "220616COVID19MEXICO.csv"
@aerdely
aerdely / violin.jl
Created January 29, 2022 20:53
Pluto issue with StatsPlots
### A Pluto.jl notebook ###
# v0.17.7
using Markdown
using InteractiveUtils
# ╔═╡ 3c47ba30-813b-11ec-0c78-4b4c4a0a6515
using StatsPlots
# ╔═╡ a2688f9f-8427-4663-b26e-ddce1e26c56e