Public
Edited
Feb 22
1 star
Insert cell
Insert cell
Insert cell
data = [
[0.005, 0.01, "SMS"],
[0.05, 0.30, "Credit card transaction (fixed part)"], // https://stripe.com/pricing
[0.08, 0.30, "Kilowatt hour"], // https://www.eia.gov/electricity/state/
[0.16, 0.18, "Seignorage of a quarter"],
[0.50, 0.65, "Options trade"], // what about stock transaction costs?? https://www.fidelity.com/trading/commissions-margin-rates
[0.80, 4, "GPU hour"], // https://cloud-gpus.com/
[3, 5, "Gallon of gas"], // https://gasprices.aaa.com/state-gas-price-averages/
[7.25, 17, "Minimum wage"],
[0.05, 15, "Bad stock share"],
[15, 700, "Stock share"],
[5, 200, "Meal"],
[400, 1500, "iPhone"],
[500, 5000, "Laptop"],
[10000, 60000, "Car"],
[15000, 500000, "Salary"],
[1e5, 1e7, "Home"],
[1.5e6, 45e6, "Best Picture Oscar-winner budget"],
[120e6, 360e6, "Blockbuster movie budget"],
[1e9, 1e12, "Fortune 500 market cap"], // https://www.google.com/search?q=range+of+fortune+500+market+caps
[30e9, 1e12, "U.S. war"], // https://www.history.navy.mil/research/library/online-reading-room/title-list-alphabetically/c/costs-major-us-wars.html
[1e12, 1e13, "G7 budget"],
[2e12, 25e12, "G7 GDP"],
// [133e6, 25e12, "GDP of any country"],
[0.005, 234e9, "Individual wealth"],
]
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more