PolyMathOrg / DataFrame

DataFrame in Pharo - tabular data structures for data analysis
MIT License
74 stars 29 forks source link

Fixed #257. DataSeries>> #removeNils and #withoutNils work differently #260

Closed Joshua-Dias-Barreto closed 1 year ago

Joshua-Dias-Barreto commented 1 year ago

DataSeries>> #removeNils now removes nil values from a data series and #withoutNils returns a copy of the data series without nils.