Skip to content

Instantly share code, notes, and snippets.

View aaizemberg's full-sized avatar

Ariel Aizemberg aaizemberg

  • Argentina
  • 03:24 (UTC -03:00)
View GitHub Profile
@aaizemberg
aaizemberg / index.html
Created May 14, 2020 23:39
mom w19 tomando los datos de data.world (d3js, divs)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>d3.js barchart divs</title>
<script src="https://d3js.org/d3.v5.min.js"></script>
</head>
<body>
@aaizemberg
aaizemberg / diabetes.tsv
Created May 13, 2020 15:42
pima indians diabetes dataset
Pregnancies Glucose BloodPressure SkinThickness Insulin BMI DiabetesPedigreeFunction Age Outcome
6 148 72 35 0 33.6 0.627 50 1
1 85 66 29 0 26.6 0.351 31 0
8 183 64 0 0 23.3 0.672 32 1
1 89 66 23 94 28.1 0.167 21 0
0 137 40 35 168 43.1 2.288 33 1
5 116 74 0 0 25.6 0.201 30 0
3 78 50 32 88 31 0.248 26 1
10 115 0 0 0 35.3 0.134 29 0
2 197 70 45 543 30.5 0.158 53 1
@aaizemberg
aaizemberg / index.html
Last active April 14, 2023 02:22
La altura de los jugadores de UPCN de San Juan (Vega-lite, mark=tick, w/tooltip)
<!DOCTYPE html>
<html>
<head>
<title>Embedding Vega-Lite</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</head>
<body>
<h1>Los jugadores de UPCN de San Juan</h1>
@aaizemberg
aaizemberg / index.html
Created April 28, 2020 15:52
1. read.tsv, 2. lodash processing, 3. Apache ECharts (Actividad)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>1. read.tsv, 2. lodash processing, 3. Apache ECharts</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/lodash/4/lodash.min.js"></script>
@aaizemberg
aaizemberg / readme.md
Created April 8, 2020 19:55
Data Scientist with Python (DataCamp)
@aaizemberg
aaizemberg / index.html
Created April 3, 2020 22:42
alumnos por comuna (gráfico de barras - datawrapper)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>cantidad de alumnos por comuna</title>
</head>
<body>
<iframe title="" aria-label="Bar Chart" id="datawrapper-chart-BSxfw" src="//datawrapper.dwcdn.net/BSxfw/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="405"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",function(a){if(void 0!==a.data["datawrapper-height"])for(var e in a.data["datawrapper-height"]){var t=document.getElementById("datawrapper-chart-"+e)||document.querySelector("iframe[src*='"+e+"']");t&&(t.style.height=a.data["datawrapper-height"][e]+"px")}})}();
</script>
@aaizemberg
aaizemberg / alumnos.tsv
Created April 3, 2020 22:21
alumnos activos
comuna barrios alumnos porcentaje
Comuna 13 COLEGIALES, BELGRANO, NUÑEZ 235 27.17%
Comuna 14 PALERMO 138 15.95%
Comuna 1 SAN NICOLAS, PUERTO MADERO, RETIRO, MONSERRAT, SAN TELMO, CONSTITUCION 89 10.29%
Comuna 2 RECOLETA 77 8.90%
Comuna 6 CABALLITO 72 8.32%
Comuna 5 ALMAGRO, BOEDO 67 7.75%
Comuna 3 BALVANERA, SAN CRISTOBAL 63 7.28%
Comuna 11 VILLA DEVOTO, VILLA SANTA RITA, VILLA DEL PARQUE, VILLA GRAL. MITRE 52 6.01%
Comuna 12 VILLA URQUIZA, SAAVEDRA, COGHLAN, VILLA PUEYRREDON 27 3.12%
@aaizemberg
aaizemberg / index.html
Last active March 30, 2020 19:29
makeover monday, W13 2020
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>makeover monday, week 13, 2020</title>
<script src="https://d3js.org/d3.v5.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Indie+Flower&display=swap" rel="stylesheet">
@aaizemberg
aaizemberg / index.html
Created March 18, 2020 20:57
las noticias de la semana (12 al 18 de marzo del 2020) - coronavirus
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Las noticias de la semana (12 al 19 de marzo del 2020)</title>
</head>
<body>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
@aaizemberg
aaizemberg / index.html
Last active March 10, 2020 13:47
El DB-Ranking de las 7dbs, marzo 2020 (circle packing d3js)
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>circle packing using d3 pack layout</title>
<link href="https://fonts.googleapis.com/css?family=Rock+Salt&display=swap" rel="stylesheet">
<style>
text {