danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

Group by with string contains in a collection

Open Parthibanjj opened this issue 3 years ago • 0 comments

Is it possible to have Group by with string contains in a collection?

Similar in python?

dataframeresult = dataframe.loc[string.str.contains(de, case=False)))

Parthibanjj avatar Aug 01 '22 07:08 Parthibanjj