You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writer = pd.ExcelWriter('statistics_161010_description of Hg by region_lumi.xlsx', engine='xlsxwriter')
data=RUN_df('MATCH p=(n:Observation)-[r:OF]->(s:Sample)-[:FROM]->(i:Site) where n.type="Hg" AND NOT r.Hg_="None" return n.group as group, r.Hg_ as hg, s.code as code, r.sampleWg as weight, i.region as region, 1-(r.boatANDashWg-r.boatWg)/r.sampleWg as loi, i.code as site, s.depth as depth')