read_zipfile_rdf

read_zipfile_rdf(path, inner_path, **kwargs)[source]

Read an inner RDF file from a zip archive.

Parameters:
  • path (Union[str, Path]) – The path to the zip archive

  • inner_path (str) – The path inside the zip archive to the dataframe

  • kwargs – Additional kwargs to pass to pandas.read_csv().

Returns:

A dataframe

Return type:

rdflib.Graph