Test warnings: FutureWarning: In a future version of pandas all arguments of StringMethods.split except for the argument 'pat' will be keyword-only.
Closed this issue · 0 comments
esqew commented
A few places where the latest pandas
is beginning to throw warnings regarding deprecation of non-keyword arguments for StringMethods.split
. Giving each of them the correct keywords for each argument should be a pretty easy fix.
Test warnings: FutureWarning: In a future version of pandas all arguments of StringMethods.split except for the argument 'pat' will be keyword-only.
./kenpompy/summary.py:354
./kenpompy/summary.py:425
./kenpompy/summary.py:441