From fbf67e2fed89932ee70714d09728f00e48ee0812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20G=C3=B3mez=20Cofrades?= Date: Wed, 29 Nov 2023 12:49:08 +0100 Subject: [PATCH] TEMP: La curtosis es una medida del dolor --- 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 39668d5..2d34748 100644 --- a/src/pykx/pandas_api/pandas_meta.py +++ b/src/pykx/pandas_api/pandas_meta.py @@ -6,7 +6,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