- Daily Dose of Data Science
- Posts
- Draw The Data You Are Looking For In Seconds
Draw The Data You Are Looking For In Seconds
Please watch a video version of this post for better understanding: Video Link.
Often when you want data of some specific shape, programmatically generating it can be a tedious and time-consuming task.
Instead, use drawdata. This allows you to draw any 2D dataset in a notebook and export it. Besides a scatter plot, it can also create histogram and line plot
Find more info here: Drawdata.
Find the code for my tips here: GitHub.
Reply