SciNim / Datamancer

A dataframe library with a dplyr like API
https://scinim.github.io/Datamancer/datamancer.html
MIT License
130 stars 6 forks source link

Less assertions, more exceptions, fixes issue #51 #52

Closed Vindaar closed 1 year ago

Vindaar commented 1 year ago

Replaces usages of doAssert all over the code base that were just lazy checks instead of proper exceptions.