Welcome to E-Market Data Explorer’s documentation!
E-Market Data Explorer is a Python crawler and exploratory data analysis(EDA) tool for marketing specialties who would like to conduct the STP methods for working out their marketing strategy for sale and promotion.
It pulls data from the e-commerce sites, such as Shopee, Amazon and PPT to the CSV file and then user can explore CSV files or can make use of our EDA command to auto-generate the EDA charts. AS a result, marketing folks can easily know about trends and insights from data by looking at each chart.
E-Market Data Explorer is the subset of another our development effort in STP python module (now it’s under construction). When it’s done, marketing staffs can just use our toolbox to streamline the prior time-consuming processes of conducting STP by typing a few clicks.
Check out the Get Started section for further information, including how to Installation the project.
Note
Current version is 1.5.0. This project is under active development.
Contents
- Get Started
- EDA Chart Explanation
- API
- emarket_data_explorer
- emarket_data_explorer.__init__
- emarket_data_explorer.__main__
- emarket_data_explorer.classtype
- emarket_data_explorer.datatype
- emarket_data_explorer.cli
- emarket_data_explorer.config
- emarket_data_explorer.shopee_data_explorer
- emarket_data_explorer.shopee_async_crawler
- emarket_data_explorer.workflow
- emarket_data_explorer.shopee_crawler
- emarket_data_explorer.shopee_eda
- emarket_data_explorer.database
- emarket_data_explorer.data_process
- Dev Insights
- Author