Blog

How to Get an Absolute Value in Rust

We can calculate the absolute value of a number using the abs() method. We have to specify the numeric type before we call the abs method, for example, if we want a 32-bit signed integer we need to put i32 after the number. This tutorial will go through how to...

read more

How to Order Bars in ggplot2 Bar Graph with R

This R tutorial will go through how to order bars in a ggplot2 bar chart with code examples. Table of contentsExampleSolution #1: Manually Order BarsSolution #2: Sort Bars in Descending OrderSolution #3: Sort Bars in Ascending OrderSummary Example Consider the...

read more
Profile Picture
Senior Advisor, Data Science | [email protected] | + posts

Suf is a senior advisor in data science with deep expertise in Natural Language Processing, Complex Networks, and Anomaly Detection. Formerly a postdoctoral research fellow, he applied advanced physics techniques to tackle real-world, data-heavy industry challenges. Before that, he was a particle physicist at the ATLAS Experiment of the Large Hadron Collider. Now, he’s focused on bringing more fun and curiosity to the world of science and research online.