Glue Logo
stable
  • Installing and running glue
  • Getting started
  • Advanced User Interface Guide
  • Using the IPython terminal in Glue
  • Working with Data objects
  • Starting Glue from Python
  • Working with non-glue data objects
  • Visualizing Astronomical Dendrograms
  • Introduction to customizing/extending glue
  • List of available plugins
  • Configuring Glue via a startup file
  • Customizing your Glue environment
  • Distributing your own plugin package
  • Customizing the coordinate system of a data object
  • Programmatically configuring viewers
  • Writing a simple custom data viewer
  • Watching data for changes
  • Custom fitting plugins
  • Unit conversion in glue
  • Writing a custom viewer for glue
  • Writing a custom viewer for glue with Qt
  • Writing a custom viewer for glue with Qt and Matplotlib
  • Custom tools for viewers and custom toolbars
  • Defining your own data objects
  • Demo Videos
  • Frequently Asked Questions
  • Getting Help with Glue
  • Known issues and solutions
  • The selection/subset framework
  • The communication framework
  • The linking framework
  • Developer Guide
  • API
    • Core Data
      • glue.core.component Module
      • glue.core.component_id Module
      • glue.core.component_link Module
      • glue.core.coordinates Module
      • glue.core.data Module
      • glue.core.data_collection Module
      • glue.core.hub Module
      • glue.core.subset Module
      • glue.core.subset_group Module
      • glue.core.roi Module
      • glue.core.link_helpers Module
        • Classes
      • glue.core.data_factories Package
      • glue.core.fitters Module
      • glue.core.state_objects Module
      • glue.core.exceptions Module
      • glue.core.session Module
    • User Interface
    • Utilities
    • Plugins
Glue
  • API
  • JoinLink
  • Edit on GitHub

JoinLink¶

class glue.core.link_helpers.JoinLink(*args, cids1=None, cids2=None, data1=None, data2=None)[source]¶

Bases: LinkCollection

Attributes Summary

cid_independent

description

display

labels1

labels2

Attributes Documentation

cid_independent = False¶
description = "Join two datasets on a common ID. Other links in glue connect data columns (two datasets have 'age' columns but the rows are different objects), while Join on ID connects the same rows/items across two datasets."¶
display = 'Join on ID'¶
labels1 = ['Identifier in dataset 1']¶
labels2 = ['Identifier in dataset 2']¶
Previous Next

© Copyright 2012-2019, Chris Beaumont, Thomas Robitaille, Michelle Borkin. Revision 1481b7f8.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
v0.8.x
v0.8.0
v0.7.2
v0.7.1
v0.7.x
v0.7.0
rtd
main
Downloads
On Read the Docs
Project Home
Builds