I have a data from a website thats being output to a csv file .
im grabbing like this :
i would like to put the data in a tinydb and update it every 10 min thats what my timer is set to .
my data looks like this
“device_id”,“type”,“bucket_step_minutes”,“timestamp”,“wind_lull”,“wind_avg”,“wind_gust”,“wind_dir”,“wind_interval”,“pressure”,“temperature”,“humidity”,“lux”,“uv”,“solar_radiation”,“precip”,“precip_type”,“strike_distance”,“strike_count”,“battery”,“report_interval”,“local_daily_precip”,“precip_final”,“local_daily_precip_final”,“precip_analysis_type”
80500,obs_st,null,1597173090,0,0,0,0,3,991,31.7,66,135470,5.15,1129,0,0,0,0,2.73,1,0,0,
this is my first time using this . any help would be appreciated .
tinydb a list or dictionary whatever would be easiest to search for a key later
and return its value
actually i can get more data from a json file over the web but it looks like this
and i have no idea where to start if i used it .
obs lines 0-19 are define like this :