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

Add Series.dtypes #355

Merged
merged 2 commits into from
May 20, 2019
Merged

Add Series.dtypes #355

merged 2 commits into from
May 20, 2019

Conversation

HyukjinKwon
Copy link
Member

This is an alias of Series.dtype.

@codecov-io
Copy link

codecov-io commented May 20, 2019

Codecov Report

Merging #355 into master will increase coverage by 0.07%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #355      +/-   ##
=========================================
+ Coverage   94.33%   94.4%   +0.07%     
=========================================
  Files          35      36       +1     
  Lines        3564    3647      +83     
=========================================
+ Hits         3362    3443      +81     
- Misses        202     204       +2
Impacted Files Coverage Δ
databricks/koalas/missing/series.py 100% <ø> (ø) ⬆️
databricks/koalas/series.py 93.1% <100%> (+0.04%) ⬆️
databricks/koalas/__init__.py 92.59% <0%> (ø) ⬆️
databricks/koalas/tests/test_dataframe.py 100% <0%> (ø) ⬆️
databricks/koalas/tests/test_namespace.py 100% <0%> (ø)
databricks/koalas/namespace.py 92.95% <0%> (+1.92%) ⬆️

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 f24cba4...a5bbea3. Read the comment docs.

Copy link
Collaborator

@ueshin ueshin left a comment

Choose a reason for hiding this comment

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

LGTM.

@ueshin
Copy link
Collaborator

ueshin commented May 20, 2019

Thanks! merging to master.

@ueshin ueshin merged commit d310a91 into databricks:master May 20, 2019
@HyukjinKwon HyukjinKwon deleted the add-dtypes branch September 11, 2020 07:53
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.

3 participants