captif-nz/pyramm

Fix Pandas FutureWarning

Closed this issue · 1 comments

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(

pyramm/api.py:151