Embed Interactive Plots in Your Slides with Plotly

From: https://towardsdatascience.com/embed-interactive-plots-in-your-slides-with-plotly-fde92a5865a Effective communication is essential for us data scientists, and Plotly’s interactive plots are a great tool for that. But when it comes to presenting our work in a traditional slide-styled presentation, those plots are hard to integrate in our daily tools like PowerPoint or Google Slides. In this post, we’ll get to know … Continue reading Embed Interactive Plots in Your Slides with Plotly

Tableau-like Drag and Drop GUI Visualization in R

From: https://towardsdatascience.com/tableau-esque-drag-and-drop-gui-visualization-in-r-901ee9f2fe3f One of the the few things that Self-service Data Visualization tools like Tableau and Qlik offer that sophisticated Data Science Languages like R and Python do not offer is — The Drag and Drop GUI to create Visualizations. The flexibility with which you can simply drag and drop your Dimensions and Metrics is so … Continue reading Tableau-like Drag and Drop GUI Visualization in R

Create a Multipage Dash Application

From: https://towardsdatascience.com/create-a-multipage-dash-application-eceac464de91 Making a dashboard is a great way to communicate the value of data science projects to coders and non-coders alike! For those of us that work in data science, often times our skills with data come with a lack of skill in front end development. Dash, a library built by Plotly, offers simple boiler … Continue reading Create a Multipage Dash Application

Visualizing the Emotional Arcs of Movie Scripts Using Rule-Based Sentiment Analysis

From: https://towardsdatascience.com/visualizing-the-emotional-arcs-of-movie-scripts-using-rule-based-sentiment-analysis-1016b4b1af5a How I used Python, D3 and Flask to create this interactive visualization Almost 72 years ago, acclaimed American writer Kurt Vonnegut came up with a novel method for graphing the plot lines of stories as part of his master’s thesis in anthropology. Although his work was ultimately rejected by the University of Chicago “because it was … Continue reading Visualizing the Emotional Arcs of Movie Scripts Using Rule-Based Sentiment Analysis

A Collection of 10 Data Visualizations You Must See

From: https://www.analyticsvidhya.com/blog/2018/01/collection-data-visualizations-you-must-see/ Introduction Writing codes is fun. Creating models with them is even more intriguing. But things start getting tricky when it comes to presenting our work to a non-technical person. This is where visualizations comes in. They are one of the best ways of telling a story with data. In this article, we look … Continue reading A Collection of 10 Data Visualizations You Must See