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.str.title to API #901

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

devin-petersohn
Copy link
Collaborator

What do these changes do?

Related issue number

  • passes flake8 modin
  • passes black --check modin
  • tests added and passing

* Resolves modin-project#887
* Add Series.str.title to API
@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #901 into master will increase coverage by 1.36%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #901      +/-   ##
==========================================
+ Coverage   87.71%   89.07%   +1.36%     
==========================================
  Files          54       54              
  Lines        5737     5740       +3     
==========================================
+ Hits         5032     5113      +81     
+ Misses        705      627      -78
Impacted Files Coverage Δ
modin/backends/pandas/query_compiler.py 89.68% <100%> (+7.88%) ⬆️
modin/pandas/series.py 93.89% <100%> (+0.14%) ⬆️
modin/engines/base/frame/data.py 93.75% <0%> (+2.4%) ⬆️
modin/backends/pandas/parsers.py 65.07% <0%> (+3.17%) ⬆️
modin/data_management/utils.py 90.62% <0%> (+34.37%) ⬆️
modin/engines/base/frame/axis_partition.py 75.55% <0%> (+42.22%) ⬆️

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 2cde933...eac611c. Read the comment docs.

@devin-petersohn devin-petersohn added this to the 0.6.4 milestone Dec 12, 2019
@devin-petersohn devin-petersohn merged commit 7a7543c into modin-project:master Dec 13, 2019
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.

Missing 'title' method in StringMethods object
1 participant