Method: Rust::RBindings#write_csv

Defined in:
lib/rust/core/csv.rb

#write_csv(filename, dataframe, **options) ⇒ Object



123
124
125
# File 'lib/rust/core/csv.rb', line 123

def write_csv(filename, dataframe, **options)
    Rust::CSV.write(filename, dataframe, **options)
end