scrabble = {
const url = "https://gist.githubusercontent.com/TheNeuralBit/64d8cc13050c9b5743281dcf66059de5/raw/c146baf28a8e78cfe982c6ab5015207c4cbd84e3/scrabble.arrow"
const buf = await fetch(url).then(response => response.arrayBuffer());
return arrow.Table.from([new Uint8Array(buf)]);
}