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

docs: fix warnings from deprecations #166

Merged

Conversation

lostmygithubaccount
Copy link
Member

@lostmygithubaccount lostmygithubaccount commented Sep 16, 2024

dropna -> drop_null
use .filter() instead of the brackets thing

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.70%. Comparing base (1c8706e) to head (8782be2).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #166      +/-   ##
==========================================
+ Coverage   85.53%   88.70%   +3.16%     
==========================================
  Files          27       27              
  Lines        1964     2009      +45     
==========================================
+ Hits         1680     1782     +102     
+ Misses        284      227      -57     

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

@lostmygithubaccount lostmygithubaccount merged commit 5ab6fb7 into ibis-project:main Sep 16, 2024
4 checks passed
@@ -130,10 +130,9 @@ flight_data_with_unique_key
```

```{python}
# FIXME(deepyaman): Proposed key isn't unique for actual departure date.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lostmygithubaccount I would argue this still needs to be fixed. (And, if dropped, dropped consistently, including in pytorch.qmd and the example notebook.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should have noted in the PR, that's fine, I'd just prefer an issue opened versus a code comment in the doc page

deepyaman added a commit to deepyaman/ibisml that referenced this pull request Sep 16, 2024
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants