Fix Pandas FutureWarning
Closed this issue · 1 comments
johnbullnz commented
venv/lib/python3.11/site-packages/pyramm/api.py:150: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
df = concat(
johnbullnz commented
pyramm/api.py:151