File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to rdfpandas's documentation!
7- =====================================
6+ RdfPandas
7+ =========
88
99.. toctree ::
1010 :maxdepth: 2
1111 :caption: Contents:
1212
1313 modules
14+
15+ Introduction
16+ ============
17+
18+ RdfPandas is a module providing RDF support for Pandas. It consists of
19+ two simple functions for graph conversion, one is to create DataFrame from
20+ RDFLib Graph data, and another one to create Graph data from DataFrame.
21+
22+ The graph data can then be serialized using RDFLib serialize method on the
23+ graph.
24+
25+ For more details and the source code see https://github.com/cadmiumkitty/rdfpandas/
26+
27+ We run Semantic Web London meetup https://www.meetup.com/semantic-web-london/
1428
1529Indices and tables
1630==================
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = 'rdfpandas' ,
14- version = '1.0 .0' ,
14+ version = '0.1 .0' ,
1515 description = 'RDF support for Pandas' ,
1616 long_description = readme ,
1717 author = 'Eugene Morozov' ,
You can’t perform that action at this time.
0 commit comments