Skip to content

Instantly share code, notes, and snippets.

View jjsantos01's full-sized avatar
🐍

Juan Santos Ochoa jjsantos01

🐍
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjsantos01
jjsantos01 / leyes_federales_mex.ipynb
Last active July 11, 2024 05:52
Conteo del númerototal de artículos existentes en todas las leyes federales mexicanas.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjsantos01
jjsantos01 / animacion_catastro.py
Last active April 5, 2024 01:46
Urban evolution of Mexico City. Animation video at https://www.youtube.com/watch?v=VoqyihiVzxw
import pandas as pd
import geopandas as gpd
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import time
start = time.time()
dir_datos = 'D:/datos/catastro_cdmx'
centroides = pd.read_pickle(f'{dir_datos}/centroides_completa.pkl')
@jjsantos01
jjsantos01 / valor_x_manzanas.ipynb
Last active April 5, 2024 01:48
Land value in Benito Juarez municipallity (Mexico City). Video at https://youtu.be/KXs8HzzIPOg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjsantos01
jjsantos01 / mi_uso_ecobici.ipynb
Last active April 5, 2024 01:40
Todos los viajes que hice usando Ecobici (CDMX) en un año. Video de la animación: https://youtu.be/3fNVGx_wksk
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.