Skip to content

Commit af72b63

Browse files
dankingmroeschke
andauthored
DOC: Add Hail to the out-of-core community list (pandas-dev#55477)
* add Hail to the out-of-core community list * Pandas to pandas Co-authored-by: Matthew Roeschke <[email protected]> * Pandas to pandas Co-authored-by: Matthew Roeschke <[email protected]> * Update ecosystem.md --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 6ba0d7f commit af72b63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

web/pandas/community/ecosystem.md

+15
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,21 @@ wasted).
512512
- ``vaex.from_pandas``
513513
- ``vaex.to_pandas_df``
514514

515+
### [Hail Query](https://hail.is/)
516+
517+
An out-of-core, preemptible-safe, distributed, dataframe library serving
518+
the genetics community. Hail Query ships with on-disk data formats,
519+
in-memory data formats, an expression compiler, a query planner, and a
520+
distributed sort algorithm all designed to accelerate queries on large
521+
matrices of genome sequencing data.
522+
523+
It is often easiest to use pandas to manipulate the summary statistics or
524+
other small aggregates produced by Hail. For this reason, Hail provides
525+
native import to and export from pandas DataFrames:
526+
527+
- [`Table.from_pandas`](https://hail.is/docs/latest/hail.Table.html#hail.Table.from_pandas)
528+
- [`Table.to_pandas`](https://hail.is/docs/latest/hail.Table.html#hail.Table.to_pandas)
529+
515530
## Data cleaning and validation
516531

517532
### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor)

0 commit comments

Comments
 (0)