Using Plotly Express to produce basic data visualizations of Amazon’s Alexa reviews dataset from Kaggle.
Plotly Express is a high-level Python visualization library — it is a wrapper for Plotly.py that displays a simple syntax for complex charts. It was first introduced in version 4.0.0 and is a high-level abstraction to Plotly API, optimized to work perfectly with data frames. As a newcomer to Data Science, I struggle with coding an ideal visualization. After coming across Plotly Express, I can say with 100% certainty that it makes creating visualizations much easier. In this article I will use Amazon’s Alexa reviews found here on Kaggle, to show some basic visualizations I have created so far for my NLP project.Alexa, create some visualizations!
#python #data-visualization #data-science #express #developer