At first, I prepared the whole article using pure Rust with Plotters and Polars, but the result wasn’t the best, and the workflow was difficult. I don’t think anyone should spend so much time on data visualization. So, I created a new version where I use D3.js for visualization but still use Polars for data […]
Numbers can be boring, but they don’t have to be. They’re beautiful when they start to look like something. Details create the big picture, and to build that picture, we need plots. Plots are still essential tools in data science and anything involving data. In this article, I’ve prepared implementations of the three most commonly […]
Data can be called whatever you want,hype, cash, or trash,but it doesn’t change the fact that, in today’s world, data is precious. It might change in the future, but for now, you’ve got to adapt to it. I’m not saying you should add machine learning models to everything or process large datasets for no reason; […]
Again, I’m doing something that you can also do in Python, but due to my personal preferences, I’m building it in another language. Today, we are creating a game analytics dashboard with JavaScript. I don’t care what people say; I still dislike Python, and that won’t change over the next decade. I don’t mind if […]
Multi-panel plots are a go-to tool for data analysts and scientists. Whether you’re comparing model outputs, segmenting behavioral trends, or tracking multiple time series, breaking a figure into subplots is often the fastest way to present a lot of information at once. But there’s a catch: just because something fits on a page doesn’t mean […]
We all love a good chart, don’t we? A clean line graph or a slick pie chart can make your data look polished and professional. But here’s the thing: using the wrong chart,even if it looks nice, can totally mess up how your data is interpreted. Charts are powerful tools, but they can actually reduce […]
Let’s talk about data. It’s everywhere right now, right? The term has become synonymous with the tech boom of the 2020s. But here’s the catch, data isn’t something we just discovered. It’s always been essential. The real shift? How accessible it has become today, thanks to the massive strides in AI and machine learning. Before […]
Hello you! Okay, today I decided to break formal language because we have delicious content. Have you ever heard of hexbins? If not, it’s fine; if yes, it’s also fine. Today, I’ll try to show the pros of hexbins over scatter plots (which you are familiar with, I suppose) in large datasets. Why Use Hexbins […]