Python: Creating rough charts with py-roughvis
I. What is py-roughviz? It is the Python wrapper of the JaveScript Library RoughViz which you could use to visualize sketchy/hand-drawn styled charts. You could check out original JS libarary…
I. What is py-roughviz? It is the Python wrapper of the JaveScript Library RoughViz which you could use to visualize sketchy/hand-drawn styled charts. You could check out original JS libarary…
Work in progress. I. What shall we learn? If you are new to Dictionaries and Classes in Python, comparing Data Frames, Classes, and Dictionaries will help you understand Dictionaries and…
I. What is tree.lib Tree is an important data structure in computer science. Examples are shown in ML algorithm designs such as random forest tree and software engineering such as…
I. What I want to do? I'm reading The Brothers Karamazov by Fyodor Dostoevsky again. And I have decided to delve into In Search of Lost Time by Proust. I…
The typos are corrected. I.What do you learn? Let me show you how to convert a data frame from wide to long format. You have to use long formats when you…
Automatically visualize a dataset Let me show you some sample scripts to use AutoViz, which visualizes a dataset with a line of code. You can target a particular variable. The…
Let me show you how to download a Youtube video in the simple way with pytube. You can learn about pytube here: https://pytube.io/en/latest/user/streams.html https://github.com/pytube/pytube You can use pytube in a IDE…
I. Running code on Google Colaboratory 1. Use sample data sets You can find sample data sets on Google Colaboratory. You can also get some data sets from Seaborn, which…