Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 287 Bytes

lineage.md

File metadata and controls

10 lines (7 loc) · 287 Bytes

Lineage

Get the (number of) sources contributing to the BeliefsDataFrame:

>>> df.lineage.sources
array([<BeliefSource Source A>, <BeliefSource Source B>], dtype=object)
>>> df.lineage.number_of_sources
2

Many more convenient properties can be found in df.lineage.