Method: Rust::DataFrame#rows
- Defined in:
- lib/rust/core/types/dataframe.rb
#rows ⇒ Object
Returns the number of rows.
242 243 244 |
# File 'lib/rust/core/types/dataframe.rb', line 242 def rows @data.values[0].size end |
Returns the number of rows.
242 243 244 |
# File 'lib/rust/core/types/dataframe.rb', line 242 def rows @data.values[0].size end |