class documentation

class TestLexsort:

View In Hierarchy

Undocumented

Method test​_basic Undocumented
Method test​_datetime Undocumented
Method test​_invalid​_axis Undocumented
Method test​_mixed Undocumented
Method test​_object Undocumented
@pytest.mark.parametrize('dtype', [np.uint8, np.uint16, np.uint32, np.uint64, np.int8, np.int16, np.int32, np.int64, np.float16, np.float32, np.float64])
def test_basic(self, dtype):

Undocumented

def test_datetime(self):

Undocumented

def test_invalid_axis(self):

Undocumented

def test_mixed(self):

Undocumented

def test_object(self):

Undocumented