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
to_pandas()
DataFrame
BiocFrame/src/biocframe/BiocFrame.py
Line 652 in daca714
This blows up CI that doesn't also install pandas, e.g., https://github.com/ArtifactDB/dolomite-base/actions/runs/6270387862/job/17028263635.
Probably just kill the type hint... what else could a user expect from a to_pandas() method, anyway?
The text was updated successfully, but these errors were encountered:
guess that was stupid, but it was suggested by someone, let me fix that
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
BiocFrame/src/biocframe/BiocFrame.py
Line 652 in daca714
This blows up CI that doesn't also install pandas, e.g., https://github.com/ArtifactDB/dolomite-base/actions/runs/6270387862/job/17028263635.
Probably just kill the type hint... what else could a user expect from a
to_pandas()
method, anyway?The text was updated successfully, but these errors were encountered: