Method: Daru::DataFrame#size

Defined in:
lib/daru/dataframe.rb

#sizeObject (readonly)

The number of rows present in the DataFrame



184
185
186
# File 'lib/daru/dataframe.rb', line 184

def size
  @size
end