Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created September 25, 2018 20:57
Show Gist options
  • Save fitomad/d2ee90afeae69683d68db772a0fb8b18 to your computer and use it in GitHub Desktop.
Save fitomad/d2ee90afeae69683d68db772a0fb8b18 to your computer and use it in GitHub Desktop.
if let reviewsFile = URL(string: "/Users/the_user/Desktop/reviews.json"),
var reviewsDataset = try? MLDataTable(contentsOf: reviewsFile)
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment