You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with Cython the following warning gets issued:
Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 fornow (Py2). This will changein a later release! File: clones/pandas/pandas/_libs/groupby.pxd
Haven't looked into the implications as of yet but probably worth switching to Python3, especially given the upcoming drop of Python2 support