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

Select larger components for Q20a #124

Open
szarnyasg opened this issue Oct 13, 2022 · 0 comments
Open

Select larger components for Q20a #124

szarnyasg opened this issue Oct 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@szarnyasg
Copy link
Member

Q20a would be more challenging if it would be selected from large components. However, it seems that our opportunities are limited: even the largest components consist of only ~277k persons.

D create or replace table ksu as select * from read_parquet('factors-sf10000/parquet/raw/composite-merged-fk/sameUniversityConnected/*.parquet');
D select distinct component, count from ksu order by count desc limit 5;
┌───────────┬────────┐
│ Component │ count  │
├───────────┼────────┤
│ 306       │ 277888 │
│ 3206      │ 277610 │
│ 6598      │ 277330 │
│ 4784      │ 277029 │
│ 679       │ 276735 │
└───────────┴────────┘
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

No branches or pull requests

1 participant