jupyterlab / jupyterlab-metadata-service

Linked data exploration in JupyterLab.
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

potential for adding metadata to pandas data frames #10

Closed jsm296 closed 1 year ago

jsm296 commented 5 years ago

In a discussion today with jupyter people about metadata support, it came up that it might be helpful to be able to add metadata to pandas data frames for use by the coding context in which they are instantiated (notebooks, for example).

A few links to discussion about associating metadata with a data table:

Looks like Julia might be close to supporting this, pandas currently does not but there are other Python options.

saulshanabrook commented 5 years ago

We should add an example of this, now that we can export metadata from a notebook. We should output a pandas dataframe along with some JSON LD describing it.