Skip to main content

Convert SPARQL results to Pandas dataframes

Project description

# sparql-dataframe

Helper to convert [SPARQLWrapper](https://github.com/RDFLib/sparqlwrapper) results to [Pandas](https://pandas.pydata.org/) [dataframes](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html).

[![Build Status](https://travis-ci.org/lawlesst/sparql-dataframe.svg?branch=master)](https://travis-ci.org/lawlesst/sparql-dataframe)

See this [blog post](http://lawlesst.github.io/notebook/sparql-dataframe.html) for examples.

You might also be interested in these related examples from [Su Labs tutorial](https://github.com/SuLab/sparql_to_pandas/blob/master/SPARQL_pandas.ipynb).

## Usage

```
import sparql_dataframe

endpoint = "http://dbpedia.org/sparql"

df = sparql_dataframe.get(endpoint, q)
...
```

## Tests

```
$ python -m unittest
```




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

sparql_dataframe-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

sparql_dataframe-0.1-py3-none-any.whl (3.5 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