Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network OnetoMany docs #156

Open
Davide-Bianchi opened this issue Jan 27, 2021 · 0 comments
Open

Network OnetoMany docs #156

Davide-Bianchi opened this issue Jan 27, 2021 · 0 comments

Comments

@Davide-Bianchi
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant