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

complete taxon table with authorship #19

Open
mfrasca opened this issue Jan 31, 2018 · 0 comments
Open

complete taxon table with authorship #19

mfrasca opened this issue Jan 31, 2018 · 0 comments
Labels

Comments

@mfrasca
Copy link
Member

mfrasca commented Jan 31, 2018

at the moment we have a database with 28970 taxa, but not all of them have all the complete authorship information: (rank 0: order; 1: family; 2: subfamily; 3: tribe; 4: subtribe; 5: genus)

sqlite> select rank, count(*) from taxon f group by rank;
0|68
1|1388
2|348
3|240
5|26926
sqlite> select rank, count(*) from taxon f where f.authorship is null group by rank ;
1|899
2|59
3|54
@mfrasca mfrasca added the botany label Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant