paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints
BSD 3-Clause "New" or "Revised" License
98 stars 17 forks source link

capture results in pandas dataframe #47

Open wdduncan opened 3 years ago

wdduncan commented 3 years ago

After executing a query the option %display table, is it possible to capture this output in a pandas dataframe?

I know I can write to file via %outfile, but I would like (if possible) to load directly in a dataframe.