emarket_data_explorer.shopee_eda
This module provides the Shopee EDA functionality.
Todo:
need to decouple this workflow for shopee from do_eda(). this need to works more generically
- class emarket_data_explorer.shopee_eda.EDAResponse(result: List[str], error: int)
data model to response to controller
- class emarket_data_explorer.shopee_eda.ShopeeEDA(**kwargs)
this class provides EDA functionality
- do_eda() EDAResponse
perform the workflow of the entire EDA
- evaluation(the_str: str) Any
make string transforms to its original type such as ‘{‘A’:1}’ –> {‘A’:1}
- make_figures(charts: list) EDAResponse
run iteratively to create the specified charts