
Python-glue is a Python library for data interaction, it blurs the boundary between GUI-centric and code-centric data exploration. There are many ways to leverage Glue from Python. Among other things, you can write code to do the following:
* Send data in the form of NumPy arrays or Pandas DataFrames to Glue for
exploration.
* Write startup scripts that automatically load and clean data,
before starting Glue.
* Write custom functions to parse files, and plug these functions into the
Glue GUI.
* Write custom functions to link datasets, and plug these into the Glue GUI.
* Create your own visualization modules.