Slackbot
05/04/2023, 12:39 AMaaronkyle
05/04/2023, 3:10 AMdb
and typing db._names
will allow you to access that part of the data object as a JSON array. Do you have a notebook to share where you are getting stuck?aaronkyle
05/04/2023, 3:48 AMCobus Theunissen
05/04/2023, 5:15 AMjarad jones
05/04/2023, 2:30 PMMike Bostock
05/04/2023, 4:57 PMjarad jones
05/04/2023, 7:04 PMBrett Cooper
05/05/2023, 2:06 PMarray = aq.from(ALL_ts_co2).select("Year_of_Registration_date","Body_type",'Motor_tech','Vehicle_class','CO2_band').objects()
I got this .objects() tip from @Sara Quigley who mentioned it in the chat of
Thanks Sara