Ben Fogarty
Results
1
comments of
Ben Fogarty
@nonodev96 In the interim, you can use an apply function as a workaround, e.g. ``` sf1 = dfd.Series({ A: ["?", "Hello", "world"]}); sf1 = sf1.apply((val) => { if (val ==...