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

fix: Suppress prophet's pandas: frame.append deprecation warning #1440

Merged
merged 4 commits into from
Jun 23, 2022

Conversation

tituskx
Copy link
Contributor

@tituskx tituskx commented Jun 22, 2022

The change in this PR ensures that the pandas frame.append method deprecation warning is suppressed. This warning is caused by the prophet package that is used for anomaly detection.

Resolves the following issue: Check pandas warnings in automated monitoring

@tituskx tituskx marked this pull request as draft June 22, 2022 15:43
@sonarcloud
Copy link

sonarcloud bot commented Jun 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@bastienboutonnet bastienboutonnet left a comment

Choose a reason for hiding this comment

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

looks good

Here's a "shipit cat" (it's a cat most of the time)

@bastienboutonnet bastienboutonnet marked this pull request as ready for review June 23, 2022 07:21
@vijaykiran vijaykiran merged commit a03db75 into main Jun 23, 2022
@vijaykiran vijaykiran deleted the fix/suppress-prophet-pandas-deprecated-warning branch June 23, 2022 07:39
@vijaykiran vijaykiran added the enhancement New feature request, improvement or enhancement label Jun 23, 2022
linderttobias pushed a commit to linderttobias/soda-core that referenced this pull request Sep 14, 2022
…odadata#1440)

* used filterwarnings to suppress pandas frame.append deprecated warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request, improvement or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants