Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join tables on organisation #3

Open
3 tasks
Tomeriko96 opened this issue Jun 14, 2024 · 0 comments · May be fixed by #4
Open
3 tasks

Join tables on organisation #3

Tomeriko96 opened this issue Jun 14, 2024 · 0 comments · May be fixed by #4
Assignees
Labels
enhancement New feature or request

Comments

@Tomeriko96
Copy link
Member

As far as I can tell from the data scheme

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants