You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tutorial, we use DataFrame(File.(download("$some_url/some_file.csv"))); to import data into a DataFrame. It might be worthwhile to write a function for this step, especially if other options will need to be added down the line. Users might want to import only a subset, or maybe different delimiters might need to be specified.
The text was updated successfully, but these errors were encountered:
In the tutorial, we use
DataFrame(File.(download("$some_url/some_file.csv")));
to import data into a DataFrame. It might be worthwhile to write a function for this step, especially if other options will need to be added down the line. Users might want to import only a subset, or maybe different delimiters might need to be specified.The text was updated successfully, but these errors were encountered: