You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seaborn is one of the go-to tools for statistical data visualization in python. It has been actively developed since 2012 and in July 2018, the author released version 0.9. This version of Seaborn has several new plotting features, API changes and documentation updates which combine to enhance an already great library. This article will walk thr…
This project utilizes Python visualizations packages, such as Plotly Express, HVPlot and PyPlot/Matplotlib to create an interactive dashboard exploring the San Francisco real estate housing market. Uses MapBox API.
Welcome to the Visual Showcase Collection! This repository is dedicated to storing the final results of data visualizations created using Python, Tableau, and Power BI. Here, you'll find static images in PDF format and videos showcasing the interactivity of the dashboards.
This project focuses on the implementation and comparative analysis of five core CPU scheduling algorithms: First-Come First-Served (FCFS), Shortest Job First (SJF), Priority Scheduling, Round Robin (RR), and Priority with Round Robin.
Parallel computing with CUDA to implement the heat spreading equation in 2 dimensions in the case of a metal plate starting with a circular hotspot in the middle of it. The programming language used for the visualization of the plate in different moments in time is Python.