Create a Moving Bubbles Chart in Python
Ever seen one of those moving points charts? Here's how you can create one in Python in just three lines of code.
A Moving Bubbles chart is an elegant way to depict the movements of entities across time. Using this, we can easily determine when clusters appear in our data and at what state(s).
To create one, you can use "d3blocks”. Its input should be a DataFrame. A row represents the state of a sample at a particular timestamp.
Watch a video version of this post on LinkedIn: Post Link.
Find the code for my tips here: GitHub.
I like to explore, experiment and write about data science concepts and tools. You can read my articles on Medium. Also, you can connect with me on LinkedIn.