vusaverse / evalytics

Data pipeline for evalytics data.
MIT License
0 stars 1 forks source link

Join tables on organisation #3

Open Tomeriko96 opened 3 months ago

Tomeriko96 commented 3 months ago

As far as I can tell from the data scheme

There are three joins possible to the organisation table:

Write a new script which attempts to do so.

Note the mutations on the resulting dataframe.

Also there appears to be a connection between ParentOrganisationId to id within the organsiation table. I am unsure how that pans out. Look into the inter-table joins first and if time allows explore what this intra-table join amounts to.