Word of warning: you don't need to use the command line, but you need to know the basics. Please first know how to do things in their simplest form and only then move to magic GUIs.
- It all starts with a git init
Let's try the Onfido API. We have captured four criminals that we know have spoofed their IDs. Please use onfido to run checks on their ids.
Title | First Name | Last Name | Country | Address town | Date of Birth | |
---|---|---|---|---|---|---|
Miss | Patricia | Scarlett | [email protected] | PT | Barreiro | 08/08/1957 |
Professor | Tom | Plum | [email protected] | GB | Liverpool | 09/11/1948 |
Mrs | Mafalda | Peacock | [email protected] | PT | Lisboa | 28/07/1966 |
{ | |
"$schema":"https://vega.github.io/schema/vega-lite/v4.json", | |
"data":{ | |
"url":"https://covid.ourworldindata.org/data/owid-covid-data.csv", | |
"format":{ | |
"parse":{ | |
"date":"date" | |
} | |
} | |
}, |
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"data": { | |
"url": "https://covid.ourworldindata.org/data/owid-covid-data.csv", | |
"format": {"parse": {"date": "date"}} | |
}, | |
"transform": [ | |
{ | |
"filter": { | |
"or": [ |