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

implement dataframe types #672

Merged
merged 3 commits into from
Nov 10, 2021
Merged

implement dataframe types #672

merged 3 commits into from
Nov 10, 2021

Conversation

cosmicBboy
Copy link
Collaborator

  • added submodules in pandera.typing module for dask, modin, koalas
  • new documentation for mypy integration, other dataframe library support
  • update copy on existing documentation - expand scope

- added submodules in pandera.typing module for dask, modin, koalas
- new documentation for mypy integration, other dataframe library support
- update copy on existing documentation - expand scope
@codecov
Copy link

codecov bot commented Nov 9, 2021

Codecov Report

Merging #672 (e0fa3bb) into release/0.8.0 (6eb5b40) will decrease coverage by 0.02%.
The diff coverage is 94.81%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release/0.8.0     #672      +/-   ##
=================================================
- Coverage          98.42%   98.40%   -0.03%     
=================================================
  Files                 34       39       +5     
  Lines               3676     3755      +79     
=================================================
+ Hits                3618     3695      +77     
- Misses                58       60       +2     
Impacted Files Coverage Δ
pandera/io.py 100.00% <ø> (ø)
pandera/typing/pandas.py 87.17% <87.17%> (ø)
pandera/typing/dask.py 91.66% <91.66%> (ø)
pandera/external_config.py 100.00% <100.00%> (ø)
pandera/model.py 95.38% <100.00%> (+0.03%) ⬆️
pandera/typing/__init__.py 100.00% <100.00%> (ø)
pandera/typing/common.py 97.43% <100.00%> (ø)
pandera/typing/koalas.py 100.00% <100.00%> (ø)
pandera/typing/modin.py 100.00% <100.00%> (ø)
pandera/model_components.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eb5b40...e0fa3bb. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 751ca24 into release/0.8.0 Nov 10, 2021
@cosmicBboy cosmicBboy deleted the dataframe-types branch November 10, 2021 03:16
cosmicBboy added a commit that referenced this pull request Nov 11, 2021
* implement dataframe types

- added submodules in pandera.typing module for dask, modin, koalas
- new documentation for mypy integration, other dataframe library support
- update copy on existing documentation - expand scope

* fix lint

* fix lint, docs tests
cosmicBboy added a commit that referenced this pull request Nov 11, 2021
* implement dataframe types

- added submodules in pandera.typing module for dask, modin, koalas
- new documentation for mypy integration, other dataframe library support
- update copy on existing documentation - expand scope

* fix lint

* fix lint, docs tests
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.

1 participant