Skip to main content

Toolkit to display, analyze, and visualize data and documents based on RDF graphs and the SPARQL query language using Pandas, Jupyter, and other Python ecosystem tools.

Project description

gastrodon

Toolkit to display, analyze, and visualize data and documents based on RDF graphs and the SPARQL query language using Pandas, Jupyter, and other Python ecosystem tools.

Gastrodon Links SPARQL to Pandas

Gastrodon Links SPARQL to Pandas

Gastrodon links databases that support the SPARQL protocol (more than ten!) to http://pandas.pydata.org/, a popular Python library for analysis of tabular data. Pandas, in turn, is connected to a vast number of visualization, statistics, and machine learning tools, all of which work with Jupyter notebooks. The result is an ideal environment for telling stories that reveal the value of data, ontologies, taxonomies, and models.

In addition to remote databases, Gastrodon can do SPARQL queries over in-memory RDF graphs (from rdflib). It has facilities to copy subgraphs from one graph to another, making it possible to assemble local graphs that contain facts relevant to a particular decision, work on them intimately, and then store results in a permanent triple store.

Seamless Data Translation

Seamless Data Translation

Seamless Data Translation

Gastrodon mediates between three data models: (1) RDF, (2) Pandas/NumPy, and (3) Native Python. Gastrodon lets you use Python variables in your SPARQL queries simply by adding ?_ to the name of your variables. Unlike many RDF libraries, substitution works with both local and remote SPARQL endpoints. Gastrodon works with the Python type system to keep track of details such as “is this variable a URI or a String?” so that you don’t have to.

Query Intelligence

Query Intelligence

Query Intelligence

Gastrodon always has your back because it understands SPARQL. Gastrodon automatically keeps track of namespaces and appends prefix declarations to your queries to keep them short and sweet. Unlike many RDF libraries, Gastrodon supports variable substitution for queries in both local and remote stores. Gastrodon identifies GROUP BY variables and automatically makes them the index of the resulting Pandas DataFrames so that you can make common visualizations automatically.

Error messages you can understand

Many software packages ignore error handling, which is a big mistake, because poor error handling gets in the way of both everyday use and the learning process. Instead of making excuses, Gastrodon has intelligent error handling which adds to the convenience of data analysis and visualization with Gastrodon.

Jupyter native error messages

Awful Stack Trace

Awful Stack Trace

Improved Error Messages with Gastrodon

Good Error Message

Good Error Message

The following are reference documentation for tools you will use

Example notebooks can be found in the notebooks directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gastrodon-0.9.2.tar.gz (898.5 kB view hashes)

Uploaded Source

Built Distributions

gastrodon-0.9.2-py3.6.egg (20.1 kB view hashes)

Uploaded Source

gastrodon-0.9.2-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page