cd

Results 2 issues of cd

Suppose I have a dataframe with a nullable `int` column (`Int64` in pandas instead of the non-nullable `int64`) and a nullable `float` column: ```python import pandas import numpy as np...

enhancement

Hi, We've been working on a repo that makes using the `nonconformist` package easier and provides some visualization https://github.com/SpikeLab-CL/cpadapter I wonder if it makes sense for some it to be...