From 4b4ce77d9738ebfb80b23fa428bfe1e44b5e796e Mon Sep 17 00:00:00 2001 From: Umar Farooq Ghumman <46414488+mail4umar@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:42:00 -0500 Subject: [PATCH] vDataFrame idisplay - Sorting bugfix (#1272) Modified the javascript code to ensure that the values can be sorted. To ensure that the style stays professional, i modified the style.css file as well. --- verticapy/jupyter/_javascript.py | 12 ------------ verticapy/jupyter/html/style.css | 2 ++ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/verticapy/jupyter/_javascript.py b/verticapy/jupyter/_javascript.py index 1d0f7aaa5..c63750935 100644 --- a/verticapy/jupyter/_javascript.py +++ b/verticapy/jupyter/_javascript.py @@ -220,18 +220,6 @@ def clean_data(data: ArrayLike) -> ArrayLike: val = "{:,}".format(val) except: pass - if isinstance(val, bool) is False and not isinstance(val, NoneType): - data[i][ - j - ] = f""" -