Skip to content

Instantly share code, notes, and snippets.

View perone's full-sized avatar
🙃

Christian S. Perone perone

🙃
View GitHub Profile
@perone
perone / bayesian_enem.ipynb
Last active November 7, 2018 12:48
Análise bayesiana microdados enem
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@perone
perone / plot.py
Last active June 5, 2020 19:49
Gist for the delay plot
# df_delay = Pandas dataframe with data
ax = df_delay.plot.scatter(
title='Symptom Onset vs Confirmation - COVID19 / Rio Grande do Sul / Brazil',
x='DATA_CONFIRMACAO',
y='DATA_SINTOMAS',
alpha=.4,
lw=0,
s=8,
c="Delay (days)",