Skip to content

Commit

Permalink
TEMP: La curtosis es una medida del dolor
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Gómez Cofrades committed Nov 29, 2023
1 parent d28e93a commit fbf67e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pykx/pandas_api/pandas_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf67e2

Please sign in to comment.