Skip to content

Instantly share code, notes, and snippets.

View javieraespinosa's full-sized avatar

Javier A. Espinosa-Oviedo javieraespinosa

View GitHub Profile
group: Olympic Games
Country = {
NOC:string, name:string, athletesNr:number, medalsNr:number
'USA', 'United States of America', 92, 25.0
'URS', 'Soviet Union', 74, 12.0
'FRG', 'West Germany', 72, 7.0
'GBR', 'Great Britain', 70, 4.0
'GDR', 'East Germany', 45, 6.0
'FRA', 'France', 40, 1.0
@javieraespinosa
javieraespinosa / create-a-python-app-using-azure-app-service.ipynb
Last active February 26, 2023 18:16
Create a Python app using Azure App Service.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javieraespinosa
javieraespinosa / warc-model
Last active August 9, 2021 19:24
lifranum-atlas-tutorial2
classDiagram
AtlasEntity <|-- Referenceable
DataSet <|-- fs_path
fs_path <|-- WARC_FILE
Referenceable <|-- WARC_RECORD
Referenceable <|-- Asset
Asset <|-- Process
Asset <|-- DataSet
@javieraespinosa
javieraespinosa / doing-madics-nalir-tutorial.ipynb
Created July 4, 2021 12:37
DOING-MADICS NaLIR Tutorial.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javieraespinosa
javieraespinosa / pyspark-template.ipynb
Created April 25, 2021 16:23
Pyspark template.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.