Type Table, then Shift-Enter. Ctrl-space for more options.
general_data[0]
employee_survey_data.csv
Type Table, then Shift-Enter. Ctrl-space for more options.
in_time.csv
Type Table, then Shift-Enter. Ctrl-space for more options.
manager_survey_data.csv
Type Table, then Shift-Enter. Ctrl-space for more options.
manager_survey_data
out_time.csv
Type Table, then Shift-Enter. Ctrl-space for more options.
// filter an object and return an object
functionfilterObject(obj,type='number'){
constnewObj={};
for(const[key,value]ofObject.entries(obj)){
if(typeofvalue===type){
newObj[key]=value;
}
}
returnnewObj;
}
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.