Type Table, then Shift-Enter. Ctrl-space for more options.
final_combined_time_meta.csv
select
MONTH(dtime) as month_num
,YEAR(dtime) as year
,count(htid) as htid_count
,strftime(dtime, '%b') as month_abbr
from final_combined_time_meta
GROUP BY ALL
ORDER BY 2, 1
final_combined_time_meta1.csv
select
title
,count(*) as count_dtitles
from final_combined_time_meta1
group by 1
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.