totvslabs/pyCarol

Pandas warning when concatenating.

rafarui opened this issue · 0 comments

pyCarol/pycarol/utils/importers.py:118: 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'.