Skip to content

Example for accessing SPARQL endpoints in Python with Pandas

Notifications You must be signed in to change notification settings

SuLab/sparql_to_pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: accessing SPARQL endpoints in Python with Pandas

Installation

  1. Clone the repository.
  2. Set up a virtual environment: pyvenv venv
  3. Load the virtual environment: source venv/bin/activate
  4. Install necessary dependencies: pip install -r requirements.txt
  5. Start a Jupyter notebook server: jupyter notebook
  6. Run the notebook.

About

Example for accessing SPARQL endpoints in Python with Pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published