You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In network.OneToManyLinking() the doc is confusing. In particular A must be mispelled with B in this sentence:
Consider a MultiIndex with record pairs constructed from datasets A
and B. To link a record from B to at most one record of B, use the
following syntax:
> one_to_many = OneToManyLinking(0)
> one_to_many.compute(links)
To link a record from B to at most one record
of B, use:
> one_to_many = OneToManyLinking(1)
> one_to_many.compute(links)
The text was updated successfully, but these errors were encountered:
In network.OneToManyLinking() the doc is confusing. In particular A must be mispelled with B in this sentence:
Consider a MultiIndex with record pairs constructed from datasets A
and B. To link a record from B to at most one record of B, use the
following syntax:
> one_to_many = OneToManyLinking(0)
> one_to_many.compute(links)
To link a record from B to at most one record
of B, use:
> one_to_many = OneToManyLinking(1)
> one_to_many.compute(links)
The text was updated successfully, but these errors were encountered: