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

try pandera: add jupyterlite notebooks, add support for py3.7 #951

Merged
merged 4 commits into from Oct 4, 2022

Conversation

cosmicBboy
Copy link
Collaborator

This PR adds a jupyterlite widget in the docs so that users can try pandera with zero setup.

Also adding back support for python 3.7, since the default google colab environment is 3.7, it's worth it to be able to install pandera out-of-the-box without doing conda env hacks.

@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Base: 96.64% // Head: 96.67% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (a309d38) compared to base (dc6b39c).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #951      +/-   ##
==========================================
+ Coverage   96.64%   96.67%   +0.03%     
==========================================
  Files          42       42              
  Lines        4168     4183      +15     
==========================================
+ Hits         4028     4044      +16     
+ Misses        140      139       -1     
Impacted Files Coverage Δ
pandera/engines/pandas_engine.py 97.01% <57.14%> (-0.19%) ⬇️
pandera/dtypes.py 94.73% <100.00%> (+0.09%) ⬆️
pandera/schemas.py 99.26% <100.00%> (+<0.01%) ⬆️
pandera/typing/formats.py 100.00% <0.00%> (+14.28%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cosmicBboy cosmicBboy merged commit 1bcfe01 into dev Oct 4, 2022
@cosmicBboy cosmicBboy deleted the jupyterlite branch October 4, 2022 21:08
cosmicBboy added a commit that referenced this pull request Oct 5, 2022
* add jupyterlite to docs

* handle test errors

* add jupyterlite_sphinx to deps

* exclude 3.7 from docs build
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.

None yet

1 participant