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

resolve datetime warnings and fixable dask warnings #2145

Merged
merged 3 commits into from
Jun 27, 2022

Conversation

ozzieD
Copy link
Contributor

@ozzieD ozzieD commented Jun 25, 2022

Pull Request Description

resolves #2075

Only one warning was pandas related in the Week primitive. Most other warnings were dask related and only one of them was fixable mostly because of the axis=1 limitation in the .apply method.

After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request.

@ozzieD ozzieD changed the title draft: resolve datetime warnings and fixable dask warning resolve datetime warnings and fixable dask warnings Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #2145 (2fd12c2) into main (f3f2df2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2145   +/-   ##
=======================================
  Coverage   99.21%   99.21%           
=======================================
  Files         143      143           
  Lines       16835    16837    +2     
=======================================
+ Hits        16703    16705    +2     
  Misses        132      132           
Impacted Files Coverage Δ
featuretools/entityset/entityset.py 99.21% <100.00%> (+<0.01%) ⬆️
...imitives/standard/datetime_transform_primitives.py 100.00% <100.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 f3f2df2...2fd12c2. Read the comment docs.

@ozzieD ozzieD merged commit 498e29c into main Jun 27, 2022
@ozzieD ozzieD deleted the 2075-resolve-pandas-warnings branch June 27, 2022 20:58
@ozzieD ozzieD mentioned this pull request Jun 30, 2022
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.

Investigate and resolve warnings related to pandas
2 participants