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

Use concat instead of append for pandas 2.0 #268

Merged
merged 2 commits into from
Apr 11, 2023
Merged

Use concat instead of append for pandas 2.0 #268

merged 2 commits into from
Apr 11, 2023

Conversation

ejm714
Copy link
Collaborator

@ejm714 ejm714 commented Apr 11, 2023

In pandas 2.0.0, the .append method got deprecated. The guidance is to use .concat instead. This PR makes those updates. This only impacts our tests.

@netlify
Copy link

netlify bot commented Apr 11, 2023

Deploy Preview for silly-keller-664934 ready!

Name Link
🔨 Latest commit b38102d
🔍 Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/64358f70be79040008bc98e0
😎 Deploy Preview https://deploy-preview-268--silly-keller-664934.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link
Contributor

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #268 (b38102d) into master (1ec531c) will decrease coverage by 0.4%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #268     +/-   ##
========================================
- Coverage    87.6%   87.2%   -0.4%     
========================================
  Files          26      26             
  Lines        2178    2178             
========================================
- Hits         1908    1901      -7     
- Misses        270     277      +7     

see 1 file with indirect coverage changes

@ejm714
Copy link
Collaborator Author

ejm714 commented Apr 11, 2023

Failed test was just a codecov flake

@ejm714 ejm714 merged commit 333f874 into master Apr 11, 2023
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