Aclaración anti-boludos: si van a hacer escándalo, asegúrense de no estar diciendo cualquier cosa. Chequeen contra los telegramas publicados en resultados.gob.ar
View presu_bb.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View PASO 2017 - Centros de votación geolocalizados.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View tunombre.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View US Visas.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View graph_gist_template.adoc
REPLACEME: Movie Graph
Introduction
View Precios.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View EPH_ingreso.ipynb

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View README.md
Los datasets con información geográfica publicados en http://datos.gba.gob.ar están formato CSV. Para poder usarlos hace falta convertirlos a un formato apropiado. Tomando como ejemplo el dataset Recorrido de colectivos de líneas provinciales:
-
Renombrar el CSV al nombre
cole.csv
. -
Crear un archivo
input.vrt
con este contenido<OGRVRTDataSource> <OGRVRTLayer name="cole">
View graphql.rb
require 'graphql' | |
require 'neo4j' | |
neo4j_url = ENV['NEO4J_URL'] || 'http://localhost:7474' | |
session = Neo4j::Session.open(:server_db, neo4j_url) | |
class Author | |
include Neo4j::ActiveNode | |
id_property :id_author |
NewerOlder