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] Address pandas future warning about sorting in pd.DataFrame.concat #397

Merged
merged 1 commit into from
Jan 12, 2020

Conversation

hydrosquall
Copy link
Owner

Fixes #392, see github issue thread for more context.

@codecov
Copy link

codecov bot commented Jan 12, 2020

Codecov Report

Merging #397 into master will not change coverage.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #397   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files           5        5           
  Lines         224      224           
=======================================
  Hits          212      212           
  Misses         12       12
Impacted Files Coverage Δ
tiingo/__version__.py 0% <0%> (ø) ⬆️
tiingo/api.py 94.17% <100%> (ø) ⬆️

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 a7c1a48...9a666e0. Read the comment docs.

@hydrosquall hydrosquall force-pushed the fix/pandas-future-warning-sorting branch from 72b8652 to 9a666e0 Compare January 12, 2020 16:34
@hydrosquall hydrosquall merged commit c034adb into master Jan 12, 2020
@hydrosquall hydrosquall deleted the fix/pandas-future-warning-sorting branch August 2, 2021 19:02
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.

Pandas future warning around sorting
1 participant