Python driver for RethinkDB
I'm trying to remove a key from a RethinkDB document. My approaches (which didn't work): r.db('db').table('user').…