The following dashboard shows different aspects of an online eCommerce community.

About the dataset

The dataset contains 4 tables, in CSV format:

  • The Follows table contains information about who is following who in the community. it consist of a simple 3 column structure with the first column being the "user_id" of follower, second column is "user_id" of the following person and the last column shows the "date" at which the user started following.
  • The Products table contains typical information of all products listed. some these information are "product_id", "user_id", "price", "cost","..." .
  • The Sales table contains sales information, namely being the "buyer_id", "product_id", "date", "..." .
  • The Users table contains information of all users.

Dashboard

Below is an image of the multi page dashboard I designed and developed.