#visualization
12 posts
- Better Plotly Bar Chart·1 min
I'm reading " storytelling with data " by Cole Nussbaumer Knaflic. I plan to write my thoughts and insights from the book once I finish it. For now, I wanted to play with it a bit…
Potential impacts of Large Language Models on Engineering Management - this post is an essential starter for a discussion, and I can think of other impacts. For example - how…
Load balancing - excellent explanations and visualizations about load balancing and different approaches. I wish for follow-up posts about caching and stickiness that influence…
Last week I gave an extended version of my talk about box plots in Noa Cohen 's Introduction to Data Science class at Azrieli College of Engineering Jerusalem. Slides can be found…
How to communicate effectively as a developer . - writing effectively is the second most important skill after reading effectively and one of the skills that can differentiate you…
Earlier today, I spoke at DataTLV conference about box plots - what they expose, what they hide, and how they mislead. My slides can be found here , and the code used to generate…
Visualizing multicollinearity in Python - I like the network one although it is not very intuitive at first sight. The others you can also get using pandas-profiling.…
- CSV to radar plot·1 min
I find a radar plot a helpful tool for visual comparison between items when there are multiple axes. It helps me sort out my thoughts. Therefore I created a small script that…
- Other pie chart·1 min
This morning I read " 20 ideas for better data visualization ". I liked it very much and specially I found 8th idea - "Limit the number of slices displayed in a pie chart" very…
4 Things Tutorials Don't Tell You About PyPI - this hands-on experience together with the explanations is priceless. Even if you don't plan to upload a package to PyPI anytime…
Yesterday I read Boris Gorelik post - Before and after: Alternatives to a radar chart (spider chart) and I also wanted to used this visualization but using Plotly. So I created…
Data scientist are said to have better development knowledge than the average statistician and better statistic knowledge than the average developer. However, together with those…