Skip to content

Instantly share code, notes, and snippets.

View hcferguson's full-sized avatar

Henry Ferguson hcferguson

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
{
"cells": [
{
"cell_type": "code",
"execution_count": 84,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
{
"cells": [
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
"from astropy.table import Table\n",
"import numpy as np"
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test of Python wrapper around Airtable API\n",
"\n",
" - API docs -- https://airtable.com/api (a bit weird; you need to set up a base to see these)\n",
" - python wrapper http://airtable-python-wrapper.readthedocs.io/en/master/\n",