Method: Polars::ArrayNameSpace#count_matches
- Defined in:
- lib/polars/array_name_space.rb
#count_matches(element) ⇒ Series
Count how often the value produced by element occurs.
662 663 664 |
# File 'lib/polars/array_name_space.rb', line 662 def count_matches(element) super end |