-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: Add Hail to the out-of-core community list #55477
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -512,6 +512,21 @@ wasted). | |
- ``vaex.from_pandas`` | ||
- ``vaex.to_pandas_df`` | ||
|
||
### [Hail Query](https://hail.is/) | ||
|
||
An out-of-core, preemptible-safe, distributed, dataframe library serving | ||
the genetics community. Hail Query ships with on-disk data formats, | ||
in-memory data formats, an expression compiler, a query planner, and a | ||
distributed sort algorithm all designed to accelerate queries on large | ||
matrices of genome sequencing data. | ||
|
||
It is often easiest to use Pandas to manipulate the summary statistics or | ||
other small aggregates produced by Hail. For this reason, Hail provides | ||
native import to and export from Pandas DataFrames: | ||
danking marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- [`Table.from_pandas`](https://hail.is/docs/0.2/hail.Table.html#hail.Table.from_pandas) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a link that doesn't hardcode these docs to 0.2 like "latest"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We do not currently have such a link, but I can add one. Give me a couple days! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, updated! |
||
- [`Table.to_pandas`](https://hail.is/docs/0.2/hail.Table.html#hail.Table.to_pandas) | ||
|
||
## Data cleaning and validation | ||
|
||
### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) | ||
|
Uh oh!
There was an error while loading. Please reload this page.