Update README

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:31:09 -07:00 committed by GitHub
parent a7f265c103
commit ee89a7bf11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ many or large cycles, or especially a large cyclic tie, may perform worse and ar
### Python Package ### Python Package
The `smithy` python package primarily provides the function `smith_set(ballot_box_df)` The `smithy` python package primarily provides the function `smith_set(ballot_box_df)`
(defined in `src/smithy), which returns the smith set given a (defined in `src/smithy`), which returns the smith set given a
[polars](https://docs.pola.rs/api/python/stable/reference/index.html) [polars](https://docs.pola.rs/api/python/stable/reference/index.html)
dataframe `ballot_box_df` whose columns are candidates and whose rows are RCV ballots. dataframe `ballot_box_df` whose columns are candidates and whose rows are RCV ballots.