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

[python] Update docs for get_obs, get_var #1170

Merged
merged 5 commits into from
Jul 4, 2024
Merged

Conversation

ivirshup
Copy link
Collaborator

So many notebooks....

Closes #1037

This PR is a follow up to #1151. Here, I go around replacing instances of census[experiment].obs.read().concat().to_pandas() with cellxgene_census.get_obs(census, experiment).

It's a draft since I haven't gotten to them all yet.

@ivirshup ivirshup added documentation Improvements or additions to documentation python api Related to the API labels May 31, 2024
Copy link

codecov bot commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.25%. Comparing base (f775282) to head (803cb90).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1170      +/-   ##
==========================================
+ Coverage   91.19%   91.25%   +0.06%     
==========================================
  Files          77       79       +2     
  Lines        5971     6141     +170     
==========================================
+ Hits         5445     5604     +159     
- Misses        526      537      +11     
Flag Coverage Δ
unittests 91.25% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivirshup ivirshup marked this pull request as ready for review July 3, 2024 19:08
@ivirshup ivirshup requested a review from pablo-gar July 3, 2024 19:08
@ivirshup ivirshup merged commit 309fc37 into main Jul 4, 2024
15 checks passed
@ivirshup ivirshup deleted the ivirsh/get_obs_docs branch July 4, 2024 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python api Related to the API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add convenience wrapper for querying axis metadata
2 participants