kungfuai / kaishi

Tool kit to accelerate exploratory data analysis and data cleaning
https://kaishi.readthedocs.io/en/latest/
MIT License
11 stars 2 forks source link

tests for tabular data, ci, github badge, placeholder for license #23

Closed zzsi closed 4 years ago

zzsi commented 4 years ago

Following Ron's suggestion I played with github workflow and it is quite fun to set up. For license, I borrowed from kedro but I do not have a preference.

mwharton3 commented 4 years ago

All of these changes were cherry-picked and implemented in the master branch. @zzsi I'm going to close, but feel free to reopen if something isn't done how you had intended.

In particular, the kaishi.tabular.dataset.TabularDataset.report() method really needs some tweaking. TabularDataset.get_summary() works, just not implemented.