Carlos Tejo Alonso

Results 24 comments of Carlos Tejo Alonso

@edent thanks for the feedback. I tried to reproduce the issue in my laptop, but I was unsucessful. Meanwhile, I have started some kind of support for 429 HTTP code....

Hi @wdduncan Let me share some pointers to developments around pandas and SPARQLWrapper, that maybe could be interesting for you: https://github.com/lawlesst/sparql-dataframe https://lawlesst.github.io/notebook/sparql-dataframe.html https://github.com/SuLab/sparql_to_pandas/blob/master/SPARQL_pandas.ipynb https://github.com/RDFLib/sparqlwrapper/pull/112

Some details: - `dbc:Victoria,_British_Columbia` is a CURIE, but it is not a safeCURIE - SPARQL local names also allow the non-alphanumeric characters allowed in IRIs via backslash character escapes (e.g....

idea: In order to compare properly the result format, the requested QueryType (SPARQL Query Form) is needed. For instance, the unexpected N3 requested for a SELECT would return XML https://github.com/RDFLib/sparqlwrapper/blob/b0465ddaa92ccc8104346bbcf0427d4be556d370/SPARQLWrapper/Wrapper.py#L841

Think to move to `requests `module (instead of `urllib`)

Think about reshaping some constants like SPARQLWrapper.RDF (see #27)

Already migrated to sphinx and readthedocs in version 1.8.5

could you provide an example of proxy server to create a test ?

@abuonomo @syats these two PR (#135 #147) are quite similar. From your experience, what could be the best and simplest solution?

@nicholascar this PR not only fails in the python2.7 support. More changes in the code needs to be done. Maybe after some discussion and the finally sw development, we can...