warwickmm
warwickmm
The previous values were causing the vote breakdown totals test to fail. However, I was only able to find values from an **unofficial** [source file](https://github.com/openelections/openelections-sources-tx/blob/0894ee5e2ed07bd98dbe0c4181166ae1caa17583/2020/primary/Austin%20TX%203-3-20%20Democrat%20Unofficial%20Results.pdf) 
There are many files that have rows where the number of columns is different than that of the header row. See the [format tests](https://github.com/openelections/openelections-data-tx/actions/workflows/format_tests.yml?query=branch%3Amaster) for more details.
I'm testing some code that detects duplicate entries within a file. If it's correct, there are almost 200 files that contain duplicate rows. Some have a huge number of duplicates...
It would be nice if there was a way to customize the solver preference order. For example, with the existing [definition](https://github.com/cvxpy/cvxpy/blob/cb0e7ce91c1cdc0f4b35b9247bcc062c681cde17/cvxpy/reductions/solvers/defines.py#L77C1-L80C61), ``` CONIC_SOLVERS = [s.MOSEK, s.ECOS, s.SCS, s.CLARABEL, s.SDPA, s.CPLEX,...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...