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
There are three joins possible to the organisation table:
subject, by id = organisationId
teacher, by id = organisationId
genericTopic, by id = organisationId
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: