File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11RdfPandas
22=========
33
4- RdfPandas is a module providing RDF support for Pandas. It consists of
5- two simple functions for graph conversion, one is to create DataFrame from
6- RDFLib Graph data, and another one to create Graph data from DataFrame.
4+ RdfPandas is a module providing RDF support for Pandas. It consists initially
5+ of a simple function for graph conversion to create RDFLib Graph data from
6+ Pandas DataFrame.
77
88The graph data can then be serialized using RDFLib serialize method on the
99graph.
Original file line number Diff line number Diff line change 2424author = 'Eugene Morozov'
2525
2626# The short X.Y version
27- version = 'v1.0 .0'
27+ version = 'v0.1 .0'
2828# The full version, including alpha/beta/rc tags
29- release = 'v1.0 .0'
29+ release = 'v0.1 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments