Splitgraph has been acquired by EDB! Read the blog post.

Python and Jupyter

NOTE: This is an sgr-specific article. To learn how to query Splitgraph from Python, see the corresponding Splitgraph page.

Since sgr is built with Python, it offers first-class support for data science workflows that use Python and Jupyter notebooks. You can use the Splitgraph Python API to work with Splitgraph images. In addition, sgr has direct support for exporting data into Pandas dataframes.

The Iris example shows how to use the Splitgraph Python API in a Jupyter notebook for a simple machine learning workflow.

For more information on the Python API, see the API reference.