Open arvindpandit27 opened 3 years ago
This isn't really an Interact issue, but rather a consequence that CSV.read
has changed syntax, so now it should be
map!(source -> CSV.read(source, DataFrame), data, loadbutton)
Ahh! Thanks a lot
I am trying to make a GUI using Interact.jl and following the tutorial mentioned in their page but somehow seem to get stuck at using map! on a CSV.read operation for an observable type dataframe and a filepicker. I have the following code:
I get the following error: ArgumentError: provide a valid sink argument, like
using DataFrames; CSV.read(source, DataFrame)
Any help will be greatly appreciated! /\