Ecommerce platforms wordclouds – Magento, Hybris, Shopify, BigCommerce, WooCommerce

[This article was first published on R – Alex Levashov – eCommerce Consultant (Melbourne, Australia), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

We can’t really find (at least at the moment) what people think about different topics, but thanks for technologies we can find out what they write about it, which is rather close in many cases.

Today I decided to explore what people write about different ecommerce platforms since this is the area I work. So I selected several popular platform for the analysis:

  • Magento
  • Hybris
  • Shopify
  • WooCommerce
  • Prestashop
  • BigCommerce
  • Intershop

As a source of data I took Twitter, which has minimal restrictions (all Twitter posts are public) and quite good API with solid R libraries. Yes, I used R for my analysis.

What exactly I decided to do:

  1. Collect tweets about each of the platform listed. I tried to collect 2,000 tweets if it was possible (for less popular platforms like Interhsop there were less tweets available).
  2. Process them – build what is called corpus and word frequency matrix with cleaned results (for example get rid of common words like ‘the’)
  3. Build word cloud for each platform. I limit the cloud by 100 most popular words and each word there should be used at least 3 times to get listed. The bigger the word in the cloud – more often it used when people write about a platform

Here is the results I’ve got at the end.

Magento

Magento word cloud

Hybris

 

Hybris word cloud

Shopify

Shopify word cloud

BigCommerce

Bigcommerce word cloud

Prestashop

Prestashop word cloud

WooCommerce

Woocommerce word cloud

Intershop

Intershop word cloud

Findings

This is a short post, not a deep analysis, but here are several interesting things I noticed:

  • AMP is a hot term, referred often with all platforms
  • Job market is probably quite hot for Hybris specialists
  • For Prestashop most often people tweet about free modules
  • Not sure why, but Intershop and glasses/sunglasses often mentioned together

I’ll leave a more comprehensive analysis for you or for another post.

The code

If you are interested to check R code used for this analysis – I have published it on Github

The post Ecommerce platforms wordclouds – Magento, Hybris, Shopify, BigCommerce, WooCommerce appeared first on Alex Levashov – eCommerce Consultant (Melbourne, Australia).

To leave a comment for the author, please follow the link and comment on their blog: R – Alex Levashov – eCommerce Consultant (Melbourne, Australia).

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)