artist_info<- read.csv("data/artist_data.csv")%>% as_tibble() artist_work<- read.csv("data/artwork_data.csv")%>% as_tibble() The files artist_data.csv and artwork ...
Basic Bokeh tutorial presented at an ESO Chile Python Coffee. The focus is on the applications to the analysis of astronomical data. Title: Interactive Data Visualisation with Bokeh: A Beginner’s ...