I should be able to import the datasets in /my-data/ directly into a tool I want to use
In the /my-data/ page, when I click on a dataset like "medals.csv", I'd like to see a popup menu asking menu which tool I want to use it with (OpenRefine/RStudio/Zeppelin/Jupyter). Whichever I choose, it should automatically open a notebook with the correct import command. E.g., it show create a new notebook containing
import pandas as pd
medals = pd.read_csv("correctpath/medals.csv")
6
votes
