Skip to content

Instantly share code, notes, and snippets.

View valegui's full-sized avatar

Valeria Guidotti valegui

  • NeuralWorks
  • Santiago, Chile
View GitHub Profile
@valegui
valegui / TPSR-Ocupacion
Last active December 20, 2016 06:34
Horas promedio diarias dedicadas a la ocupación y al traslado hacia la misma, por sexo y región
[
{
"Sexo": "Hombre",
"Region": "Tarapacá",
"Tiempo": 3.9689
},
{
"Sexo": "Hombre",
"Region": "Antofagasta",
"Tiempo": 3.7302
@valegui
valegui / api_test.py
Last active August 9, 2024 14:47
Script to test CLIRAI api
from pathlib import Path
from random import choice
from string import ascii_letters, digits
from typing import Dict
import click
import requests
import yaml
from boto3 import Session