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

Get a warning about future behavior of pandas.concat #825

Open
s-pearce opened this issue Jun 1, 2021 · 0 comments
Open

Get a warning about future behavior of pandas.concat #825

s-pearce opened this issue Jun 1, 2021 · 0 comments

Comments

@s-pearce
Copy link
Member

s-pearce commented Jun 1, 2021

cls.bulk_data = pd.concat(bulk_dataframes)

when running nosetests I get the warning:

asset-management\test\test_base.py:61: FutureWarning: Sorting
because non-concatenation axis is not aligned. A future version
of pandas will change to not sort by default.

To accept the future behavior, pass 'sort=False'.

To retain the current behavior and silence the warning, pass 'sort=True'.

  cls.bulk_data = pd.concat(bulk_dataframes)

This should be changed to adjust for the future behavior.

snwhite added a commit that referenced this issue Feb 26, 2022
Creates DOSTA-M dummy cal files for glider optode correction
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

No branches or pull requests

1 participant