Jiannan Wang

Results 8 comments of Jiannan Wang

Good idea, @NoirTree !! This is similar to faceting in OpenRefine: https://docs.openrefine.org/manual/facets https://librarycarpentry.org/lc-open-refine/04-faceting-and-filtering/index.html I think this function is useful for not only clean_country but also other clean functions (e.g., clean_date)....

This is a good point and it’s worth exploring. Since adding clean_duplication to every function will require big changes to the code base, let’s go with the following simple solution...

I prefer the latter.

Is it possible to detect which environment it is? If it is Kaggle, we import tornado. This is similar to how pandas handles the dependency on sqlalchemy for read_sql() https://github.com/pandas-dev/pandas/blob/v1.2.0/pandas/io/sql.py#L40

Hi @martindurant , Thanks for your great suggestion! We have been looking into it in the last few days. We will get back to you once we have a good...

Good job @dylanzxc . This is a good starting point. I would like to hear your thoughts on which insights should we implement for dataprep and are there any other...

Can we simplify the workflow by removing the dependency on S3? 1. Developers make changes to the develop branch on the config file repo. 2. Upon releasing, the bot merges...

Hi @vitamins thank you very much for submitting these bug reports. We will get them fixed as soon as possible. Please let us know if you want to submit a...