This feature correlated (cor = 0.4) with our target, however, lasso return no coefficient for any variable.
Our code is like (sklearn)
lassocv2 = LassoCV(cv =features.shape[0], random_state = seed)
lassocv2.fit(features, target)
My data has pasted below.