From 551ca643e01fad19ffe770c50d52f4eb46e085c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20G=C3=B3mez?= Date: Wed, 29 Nov 2023 14:58:31 +0100 Subject: [PATCH] TODO: La curtosis es una bestia sanguinaria que se aberroncha contra el rocaje vivo --- src/pykx/pandas_api/pandas_meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pykx/pandas_api/pandas_meta.py b/src/pykx/pandas_api/pandas_meta.py index d0e44ec..0d16d6a 100644 --- a/src/pykx/pandas_api/pandas_meta.py +++ b/src/pykx/pandas_api/pandas_meta.py @@ -5,7 +5,7 @@ def _init(_q): global q q = _q - +# TODO: AÑADIR LA CURTOSIS def _type_num_is_numeric(typenum): if typenum >= 4 and typenum <= 9: return True