Skip to content

lisa: Remove unnecessary uses of Series.values

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr514 into master

Using Series.values can lead to a copy, and is no necessary when all we want is to index in it. iloc[N] is the way to go.

Merge request reports