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

ENH: Replace df.append with pd.concat (Future warning) #387

Merged
merged 2 commits into from
Apr 10, 2022

Conversation

bifbof
Copy link
Collaborator

@bifbof bifbof commented Apr 2, 2022

In future versions of Pandas, concat will be deprecated.
Read more about this here.

@codecov
Copy link

codecov bot commented Apr 2, 2022

Codecov Report

Merging #387 (afeda3b) into master (ca4300e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #387    /-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files          39       39           
  Lines        1951     1951           
  Branches      315      315           
=======================================
  Hits         1876     1876           
  Misses         36       36           
  Partials       39       39           
Impacted Files Coverage Δ
trackintel/analysis/tracking_quality.py 91.20% <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 ca4300e...afeda3b. Read the comment docs.

@bifbof bifbof requested a review from hongyeehh April 4, 2022 12:29
@hongyeehh
Copy link
Member

I checked all the changes, and they are fine. Thanks for the fix!

@hongyeehh hongyeehh merged commit edfa84b into mie-lab:master Apr 10, 2022
@bifbof bifbof deleted the pandas_append_warnings branch April 10, 2022 21:22
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.

2 participants