8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Very cool package and nice with the givewell mention!
When the original data frame contains a bool column, join fails:
pr.PyRanges( pd.DataFrame({ "Chromosome": "chr1", "Start": [0, 10, 20, 30], "End": [10, 20, 30, 40] }) ).join(pr.PyRanges( pd.DataFrame({ "Chromosome": "chr1", "Start": [5, 10, 20, 30], "End": [20, 20, 30, 40], "Site": [True, False, True, True], }) ), how="right")
Exception: Unknown dtype bool in a column Site
Is there a reason for this or is it a bug?
The text was updated successfully, but these errors were encountered:
Having this issue as well!
Sorry, something went wrong.
Should be fixed in 0.0.123 which is out now. If something is not as expected, feel free to reopen.
Thanks for reporting.
No branches or pull requests
Very cool package and nice with the givewell mention!
When the original data frame contains a bool column, join fails:
Is there a reason for this or is it a bug?
The text was updated successfully, but these errors were encountered: