123 124 125
# File 'lib/rust/core/csv.rb', line 123 def write_csv(filename, dataframe, **options) Rust::CSV.write(filename, dataframe, **options) end