{ "cells": [ { "attachments": {}, "cell_type": "markdown", "id": "b0ee9a28", "metadata": {}, "source": [ "[](https://github.com/aws/aws-sdk-pandas)" ] }, { "attachments": {}, "cell_type": "markdown", "id": "3a2a7b51", "metadata": {}, "source": [ "# 33 - Amazon Neptune" ] }, { "attachments": {}, "cell_type": "markdown", "id": "42724a76", "metadata": {}, "source": [ "Note: to be able to use SPARQL you must either install `SPARQLWrapper` or install AWS SDK for pandas with `sparql` extra:" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } }, "outputs": [], "source": [ "!pip install 'awswrangler[gremlin, opencypher, sparql]'" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "## Initialize\n", "\n", "The first step to using AWS SDK for pandas with Amazon Neptune is to import the library and create a client connection.\n", "\n", "