An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with matplotlib-pyplot

A curated list of projects in awesome lists tagged with matplotlib-pyplot .

https://github.com/kshitijshrivastava1903/neural_network_analysis_on_lending_club-dataset

Used tensorflow's neural network model to predict whether or not a person pays back a loan on the basis of his historical data and personal details of 3.9 lakh people like interest rate, employment details, address, etc.

deep-learning dropout-keras earlystopping keras-tensorflow matplotlib-pyplot neural-networks numpy pandas seaborn tensorflow-models

Last synced: 18 Feb 2026

https://github.com/markoshb/my-data-science-learning-projects

Short but illustrative notebooks to showcase data-analysis in Python

data-science matplotlib-pyplot pandas python pythorch scikit-learn tensorflow

Last synced: 30 Dec 2025

https://github.com/datarohit/nfl-big-data-bowl-2022--analysis

This is a Jupyter Notebook containing the analysis performed on a Kaggle Competition Dataset which contains data about NFL players and games.

kaggle kaggle-competition matplotlib-pyplot numpy pandas plotly python seaborn

Last synced: 30 Dec 2025

https://github.com/sorna-fast/iris-classifier-pca

An interactive web application for Iris flower classification using Random Forest and PCA visualization, built with Streamlit. Features real-time predictions, interactive model training, and beautiful data visualizations.

matplotlib matplotlib-pyplot matplotlib-python numpy pandas python seaborn sklearn streamlit

Last synced: 09 Mar 2025

https://github.com/amanpatel-1234/automatic_data_analyzer_app

πŸ“Š Automatic Data Analyzer is a Streamlit web app that performs complete data analysis with just a single file upload. Simply upload your CSV file, and the app automatically generates: Data Overview: Preview, summary statistics, and data types. Visual Analysis: Histograms, distribution plots, and interactive charts for numeric columns.

app data-science data-visualization matplotlib-pyplot numpy pandas python3 seaborn seaborn-plots streamlit

Last synced: 03 Sep 2025

https://github.com/bessarodrigo/dataviz_dashboard_revenue

Dashboard com Streamlit que calcula a variaΓ§Γ£o mensal de faturamento de uma empresa de Telemedicina.

dataframe matplotlib matplotlib-pyplot pandas pandas-dataframe postgres postgresql streamlit

Last synced: 07 Apr 2025

https://github.com/ansh2709/dl-project

Project basically predicts the digit from(0-9) after training on a particular dataset using CNN

cnn-classification confusion-matrix deep-learning keras-tensorflow matplotlib-pyplot pyton supervised-learning

Last synced: 27 Mar 2025

https://github.com/camilajaviera91/apache-beam-pipeline-first-approach

This code demonstrates how to integrate Apache Beam with scikit-learn datasets and perform simple data transformations. It loads the Linnerud dataset from scikit-learn, converts it into a Pandas DataFrame for easier manipulation.

apache-beam dataframes glob kmeans-clustering matplotlib-pyplot mean-absolute-error mean-square-error numpy os pandas pipelines scipy-stats seaborn silhouette-score sklearn sklearn-datasets standardscaler

Last synced: 04 Oct 2025

https://github.com/scarblase/sales_insights

A data-driven analysis of 15,000 sales records using Python, Pandas, and visualizations to uncover trends, optimize strategies, and enhance business performance. πŸš€πŸ“Š

data-analysis data-visualization dataset matplotlib-pyplot pandas python3 sales-analysis seaborn

Last synced: 28 Dec 2025

https://github.com/mimixp3/empower-metrics

A Python project to manage and analyze data on assault cases against women. It tracks patterns, visualizes trends, and provides insights to support safety efforts.

csv excel matplotlib matplotlib-pyplot python

Last synced: 15 Mar 2025

https://github.com/gg7991/data-analysis-with-python-certification-freecodecamp

Challenges for DA with Python Certification on FreeCodeCamp

matplotlib matplotlib-pyplot numpy pandas

Last synced: 26 Sep 2025

https://github.com/mpolinowski/isometric-mapping

Non-linear dimensionality reduction through Isometric Mapping

isomap matplotlib-pyplot python scikit-learn

Last synced: 23 Mar 2025

https://github.com/ngambip/amazon_delivery.

Project on exploring optimization of quality delivery service using Python

matplotlib-pyplot notebooks-jupyter numpy-python pandas-python python3

Last synced: 04 Jan 2026

https://github.com/jabhij/eda_experiments

In this repo I'll use different types of datasets to explore and implement various Exploratory Data Analysis (EDA) approaches.

ames-housing analysis battery-life blackfriday-analysis data-analysis data-science data-visualization eda matplotlib-pyplot numpy pandas python seaborn visualization zomato-data-analysis

Last synced: 06 Mar 2025

https://github.com/prahaladhchandrahasan/decision_tree_internship_tsf

Decssion tree algorithm was applied on the Iris Dataset . One of my submissions for the TSF's GRIP internship, October 2020.

decision-tree-classifier matplotlib-pyplot numpy pandas python3

Last synced: 30 Mar 2025

https://github.com/m-rishab/housing-price-prediction

The Housing Price Prediction Accuracy Improvement project is a data-driven initiative focused on enhancing the precision and reliability of housing price predictions. This project encompasses a multidisciplinary approach, combining data science, machine learning, and real estate insights to optimize the accuracy of forecasts in the housing market.

gridsearchcv hyperparameter-tuning matplotlib matplotlib-pyplot numpy pandas pickle python3 randomforestregressor scipy sklearn

Last synced: 15 Mar 2025

https://github.com/bytraembedded/Laptop-Price-Prediction-with-Machine-Learning

The Laptop Price Prediction with Machine Learning project provides a system to predict the price of laptops based on various features such as processor type, RAM size, storage capacity, and more/

airflow data data-science data-visualization fastapi heroku-deployment machine-learning-algorithms matplotlib-pyplot numpy pandas python reactjs seaborn

Last synced: 30 Dec 2025

https://github.com/vara-co/matplotlib-challenge

Pymaceuticals - Analysis of Tumor Response to Drug Regimens in Mice

matplotlib matplotlib-pyplot matplotlib-python scatter-plot statistical-analysis summary-statistics

Last synced: 28 Mar 2025

https://github.com/paulo-santos-ds/desenvolvimento_pocos_petroleo

Este projeto tem como objetivo desenvolver um modelo que possa prever o melhor local para a perfuraΓ§Γ£o de poΓ§os de petrΓ³leo. Utilizando modelo de Machine Learning para poder prever o lucro de cada poΓ§o.

math matplotlib-pyplot numpy pandas python3 sklearn

Last synced: 26 Feb 2025

https://github.com/yashika-malhotra/micromobility-service-provider---hypothesis-testing

Examined factors influencing demand for micro-mobility shared electric cycles Performed exploratory analysis and hypothesis testing, revealing the distinct influence of weather-season association on hourly counts

colab-notebook data-visualization eda exploratory-data-analysis hypothesis-testing jupyter-notebook matplotlib matplotlib-pyplot numpy pandas python scipy-library scipy-stats seaborn skit-learn

Last synced: 31 Dec 2025

https://github.com/mahnoorsheikh16/sketchify-a-quick-draw-drawing-classifier

Implementation of a sketch‐recognition pipeline inspired by Google’s Quick, Draw!β€”from raw stroke data to prediction. Includes data preprocessing and feature‐engineering scripts, three Bayesian classifiers alongside Logistic Regression, SVM, K-NN and XGBoost baselines, and an RNN model.

bayesian-classifier drawing-classification feature-engineering gaussian-naive-bayes google-quick-draw kfold-cross-validation knn-classification linear-discriminant-analysis-lda logistic-regression matplotlib-pyplot multivariate-gaussian-distribution parzen-window pca-analysis rnn-pytorch seaborn-plots sequential-forward-selection spherical-gaussian-kernel svm-classifier tsne-visualization xgboost-classifier

Last synced: 13 Aug 2025

https://github.com/fayzi-dev/machin_learning

Machin Learning Full Algorithm (Linear Regression, Decision tree, Random forest, Neural network ,Logistic regression ,Support vector machine ,Naive Bayes ,Clustering, XGBoost,DBscan,KMeans)

algorithms artificial-neural-networks logistic-regression machine-learning matplotlib matplotlib-pyplot naive-bayes-classifier numpy pandas python python3 seaborn seaborn-plots sklearn sklearn-knn sklearn-library sklearn-linear-model sklearn-linear-regression sklearn-metrics sklearn-svm

Last synced: 09 Apr 2025

https://github.com/fernandogomesfg/moz-covid-populacao

PopulaΓ§Γ£o Afetada pelo CoronavΓ­rus nas ProvΓ­ncias de MoΓ§ambique

covid-19 jupyter-notebook matplotlib matplotlib-pyplot mocambique moz pandas python python3

Last synced: 03 Mar 2025

https://github.com/achalesh27022003/python-assignments-iwt

This repository is objected to have all the assignments and project related to IWT (Semester - 3).

cosinewave frame grid image imagetk labels matplotlib-pyplot numpy numpy-arrays numpy-library photoimage pil python3 sinewave spyder tkinter tkinter-gui window

Last synced: 29 Jun 2025

https://github.com/fatimaafzaal/optimizing-emergency-medical-service-response-time

This is a web application that gets user's input location and find shortest path to the nearest hospital using A* algorithm and also show it visually through graph by networkx library

astar-algorithm astar-pathfinding flask graph matplotlib matplotlib-pyplot networkx networkx-graph pathfinding python webapp

Last synced: 09 Aug 2025

https://github.com/kientech/calories-burnt-prediction-with-machine-learning

The Calories Burnt Prediction with Machine Learning project aims to predict the number of calories burned during physical activities based on various factors such as duration, activity type, age, weight, and more.

fastapi heroku machine-learning matplotlib-pyplot modeling numpy pandas python reactjs tailwindcss

Last synced: 02 Aug 2025

https://github.com/0xosiris/matplotlibprojectionmodeling

Simple visualization of oblique cone intersection with unit sphere

differential-geometry matplotlib-pyplot surface-visualization

Last synced: 23 Sep 2025

https://github.com/kitestring/bowlingdatacenter

Python application I wrote for fun. I wanted to learn how to make a dash board using python 3, tkinter and matplotlib. I used csv files extracted from my bowling league website as the source data.

matplotlib-pyplot pandas-python python3 tkinter-python

Last synced: 25 Dec 2025

https://github.com/aryanbalaji/textanalysis

Conducted sentiment analysis and data visualization on YouTube comments using the TextBlob library, uncovering insights on audience engagement, emoji usage, and video performance metrics. Implemented linear regression models to explore correlations between views, likes, video titles, and audience engagement.

boxplot-visualization matplotlib-pyplot numpy-python pandas-dataframe plotly-python regplot seaborn-heatmaps seaborn-python textblob-sentiment-analysis wordcloud-visualization

Last synced: 26 Jul 2025

https://github.com/scarblase/homeless-animals-analysis

A data-driven exploration of homeless animal statistics 🐢🐱. Analyze age distribution, shelter dynamics, and adoption patterns using Python, Pandas, and Seaborn.

animals data-analysis data-mining data-science data-science-projects data-visualization matplotlib matplotlib-pyplot numpy pandas plotly python python3 ukraine

Last synced: 24 Jul 2025

https://github.com/kshitijshrivastava1903/classifying-cancer-tumour-data-as-malignant-or-benign-using-pca-and-logistic-regression

Built a 97% accurate logistic regression model on breat cancer dataset by reducing the dimensions of the data using Pricipal Component Analysis and applying logistic regression on the reduced 2 principal components, to accurately classify data. Used numpy, pandas, matplotlib, PCA, and scikit-learn.

logistic-regression machine-learning-algorithms matplotlib-pyplot principal-component-analysis

Last synced: 24 Jul 2025

https://github.com/singh-dhruv/traffic-light-detection-and-recognition

Welcome to this repository! Here we explored the topic of traffic lights detection and its recognition for helping the Autonomous Vehicles in their interpretation of traffic lights and decision making while driving.

autonomous-driving computer-vision matplotlib-pyplot numpy python r-cnn tensorflow

Last synced: 31 Jul 2025

https://github.com/moindalvs/hypothesis_testing_2

A hospital wants to determine whether there is any difference in the average Turn Around Time (TAT) of reports of the laboratories on their preferred list. They collected a random sample and recorded TAT for reports of 4 laboratories. TAT is defined as sample collected to report dispatch. Analyze the data and determine whether there is any difference in average TAT among the different laboratories at 5% significance level.

anova anova-test fstatistics hypothesis-test hypothesis-testing matplotlib-pyplot numpy-library pandas-library scipy-stats seaborn-plots

Last synced: 27 Oct 2025

https://github.com/suvroneel/hotel-booking-records-suvroneel-nathak

A comprehensive EDA and visualization project analyzing hotel booking patterns, cancellations, revenue trends, and customer behavior using Python,Matplotlib etc

matplotlib-pyplot pandas python-3 seaborn

Last synced: 29 Mar 2025

https://github.com/charlenry/machine_learning_estimer_prix_voiture

Projet de Machine Learning pour estimer le prix d'une voiture d'occasion via une application

joblib jupyter-notebook matplotlib-pyplot numpy oop-python pandas plotly-express python sklearn-linear-model sklearn-linear-regression

Last synced: 06 Apr 2025

https://github.com/adamouization/superconductors-critical-temperature-predictions-regression

:chart_with_upwards_trend: Machine Learning & Data Visualisation/Processing techniques for predicting the critical temperatures required for different superconductors to conduct electrical current with no resistance.

jupyter jupyter-lab jupyter-notebook machine-learning matplotlib matplotlib-pyplot numpy pandas prediction python python-3 regression regression-algorithms scikit-learn scikitlearn-machine-learning scipy

Last synced: 23 Feb 2025

https://github.com/ebadshabbir/bluff-detection-model-polynomial_regression-

This project predicts employee salaries based on position levels using Linear and Polynomial Regression models. It trains models with degrees 2, 3, and 4 on a dataset of job titles, position levels, and salaries, and predicts the salary for a position level of 6.5. The results are visualized to compare model performance.

jupyter-notebook linear-regression machine-learning matplotlib-pyplot multiple-linear-regression numpy polynomial-regression python

Last synced: 06 Apr 2025

https://github.com/NishuMehta/Netflix-Data-Analytics

Netflix Data: Cleaning, Analysis and Visualization

jupyter-notebook matplotlib-pyplot numpy pandas python python3 seaborn vscode

Last synced: 14 Mar 2025

https://github.com/vipulbunny/student-grades-data-analysis-using-json

This project focuses on analyzing student grades using a dataset stored in JSON format. The dataset includes student IDs, class IDs, and different types of scores (exam, quiz, and homework). The objective is to extract, clean, and analyze the data using Python, Pandas, and Matplotlib/Seaborn for visualization.

data-cleaning data-science dataanalysis json-handling matplotlib matplotlib-pyplot pandas python python3 seaborn student-performance-analysis web-scraping

Last synced: 18 Jun 2025

https://github.com/linsanity03/particle-in-potential-well

Visualizing the Wavefunction and Probability density of a Particle in a 1D Infinite Potential Well

jupyter-notebook matplotlib-pyplot numpy probability-density schrodinger-equation wavefunction-visualisation

Last synced: 03 Feb 2026

https://github.com/flaviohnm/recomendation_system

Desenvolvimento de Sistema de RecomendaΓ§Γ£o com TΓ©cnicas de Machine Learning, Aprendizado NΓ£o Supervisionado

machine-learning matplotlib-pyplot pandas-python seaborn-plots unsupervised-learning

Last synced: 08 Sep 2025

https://github.com/haikokrais/homedataviewer

Show the weather in your city and the forecast for the next day. Also view measurements and graphs form your own temperature and humidity measurements

city forecast humidity kivy kivy-garden matplotlib-pyplot measurements openweathermap-api python temperature weather

Last synced: 09 Apr 2025

https://github.com/badranalyst/udemy-course-data-analysis-with-pandas-and-visualization-libraries

Explores Udemy course data using NumPy and Pandas for data manipulation. Provides insights into course topics, ratings, and pricing with visualizations created using Matplotlib, Seaborn, and Plotly.

data-science dataset eda exploratory-data-analysis matplotlib matplotlib-pyplot numpy pandas plotly python seaborn

Last synced: 03 Feb 2026

https://github.com/badranalyst/time-series-analysis-of-global-trends-in-diet-gym-and-finance

This project analyzes global trends in diet, gym, and finance over time using time series data. The analysis is performed using Python libraries like Pandas, Matplotlib, and Seaborn to visualize trends and identify patterns in these sectors across various countries.

data-analysis dataset matplotlib-pyplot numpy pandas python seaborn time-series

Last synced: 03 Feb 2026

https://github.com/anufrievsy/man_women

Π”Π°Π½Π½Ρ‹ΠΉ скрипт Π±Ρ‹Π» создан с Ρ†Π΅Π»ΡŒΡŽ поиска ΡΡƒΠ±ΡŠΠ΅ΠΊΡ‚ΠΈΠ²Π½ΠΎ интСрСсных сСрий Π’Π’-ΡˆΠΎΡƒ "ΠœΡƒΠΆΡΠΊΠΎΠ΅ ЖСнскоС"

bs4 clear-output fuzzywuzzy ipython ipython-display jupyter jupyter-notebook jupyter-notebooks matplotlib matplotlib-pyplot numpy pandas pandas-dataframe python requests time youtube youtube-search

Last synced: 05 Feb 2026

https://github.com/badranalyst/restaurant-reviews-sentiment-analysis-nlp-case-study

This project analyzes restaurant reviews using Natural Language Processing (NLP) for sentiment analysis. It covers data exploration, pre-processing (NLTK text cleaning), model building, prediction, and deployment. The goal is to predict sentiment from reviews using Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn.

data-analysis data-science eda exploratory-data-analysis matplotlib-pyplot model model-building numpy pandas pre-processing predictive-modeling python seaborn

Last synced: 03 Feb 2026

https://github.com/jedbeom/geo3d

μ§€μ§ˆλ„μ˜ 3차원 뢄석

3d geology high-school-project matplotlib-3d-plot matplotlib-pyplot report

Last synced: 25 Feb 2025

https://github.com/hannani7/sortingalgoswithopenmp

BubbleSort, InsertionSort, MergeSort, QuickSort. With Comparison graphs on Python Notebook

bubble-sort comparison-benchmarks insertion-sort matplotlib-pyplot merge-sort quick-sort

Last synced: 17 Jun 2025

https://github.com/rubada/machine-learning-with-ruba-dabbas

Advance your skills and start your career here, by taking the online courses on Intuidemy.

course learning machine machine-learning matplotlib matplotlib-pyplot models numpy pandas python scikit-learn

Last synced: 23 Feb 2025

https://github.com/ljadhav25/swiggy-restaurant-analysis

This repository contains data and analysis related to restaurants listed on Swiggy, one of India's largest online food ordering and delivery platforms. The objective is to explore restaurant trends, customer reviews, pricing strategies, and delivery metrics to gain insights into the food delivery industry.

data-analysis data-visualization matplotlib-pyplot numpy-library pandas-library python seaborn-plots

Last synced: 08 Jul 2025

https://github.com/sridharyadav07/code_alpha_task-1

This project involves developing a machine learning model to predict the creditworthiness of individuals based on their financial history and demographic information. The model uses a Random Forest Classifier to classify individuals into two categories: Default or No Default in the next month. The dataset used is the UCI Credit Card dataset.

accuracy confusion-matrix labelencoder matplotlib-pyplot numpy pandas random-forest-classifier roc-auc-score scikit-learn standardscaler

Last synced: 03 Apr 2025

https://github.com/varakanthamsaihruthikreddy975/avocadopricesanalysis

This data analysis finds out the trends and analysis of avocado data by year

matplotlib-pyplot numpy pandas scipy scipy-stats seaborn sklearn-preprocessing

Last synced: 31 Oct 2025

https://github.com/sayed-ashfaq/walmart_dataanalysis

This project focuses on extracting insights from raw data through various analyses, including exploring distributions, visualizing data with plots, and calculating measures of central tendency. The goal is to uncover meaningful patterns and trends within the dataset.

boxplot-visualization matplotlib-pyplot normal-distribution numpy-library pandas-dataframe python seaborn

Last synced: 22 Feb 2025

https://github.com/drod75/nyc-arrests-analysis

This is a simple Data Science Project made to analyze and display data and trends found within the NYC Arrests Year to Date Dataset.

data-analysis data-visualization folium jupyter-notebook matplotlib-pyplot nyc-opendata nypd python scikit-learn seaborn

Last synced: 26 Jun 2025

https://github.com/alexquar/whatisthatdog

Mobile App built using react-native that will send api requests for classifying dog breeds to a flask api server containing a custom built CNN made with pytorch trained on the Stanford dog dataset. To take a look at some examples checkout some images from my portfolio linked here.

aws ec2 expo flask gunicorn matplotlib-pyplot numpy pandas pytorch react-native seaborn typescript

Last synced: 30 Dec 2025

https://github.com/giacomolat/realestateai-solutions---a-forecasting-model-for-the-housing-market

This project applies regularization techniques (Ridge, Lasso, and Elastic Net) to improve real estate price forecasting. This project focuses on reducing overfitting and increasing the stability of regression models' predictions

cross-validation elasticnet-regression lasso-regression-model machine-learning-algorithms matplotlib matplotlib-pyplot numpy pandas python regularization-methods regularization-to-avoid-overfitting ridge-regression-model seaborn standardization

Last synced: 08 Jul 2025

https://github.com/riyouuyt/investigate-hotel-business-using-data-visualization

Explore hospitality data, visualizing customer behavior in hotel reservations and its impact on cancellations for strategic insights.

businessreporting data-visualization hotel-booking jupyter-notebook matplotlib-pyplot presentation python

Last synced: 29 Mar 2025

https://github.com/jabulente/soil-health-compliance-analysis

A data analysis project evaluating soil health indicators to assess their compliance with established agronomic standards. Includes data cleaning, statistical analysis, and insights for sustainable soil management.

agriculture agronomy ai data-science jabulente machine-learning matplotlib-pyplot python python3 real-world-project scipy-stats seaborn seaborn-plots soil-properties soil-science statistics ttest

Last synced: 22 Jul 2025

https://github.com/radhikareddy-chintareddy/big-data-insights-nyc-taxi-trips-2013-

A project showcasing memory-efficient big data processing using Python, focusing on scalable data handling to overcome memory constraints. Includes anomaly detection, efficient visualizations, and actionable insights from the 2013 NYC Taxi Trip dataset.

big-data-analytics csv-reader matplotlib-pyplot python

Last synced: 31 Oct 2025

https://github.com/priyanshubiswas-tech/customer-churn-analysis-eda-

This project analyzes customer churn in a telecom company using Python, Pandas, SQL, and data visualization. It identifies key factors like contract type, payment method, and tenure to provide insights for improving retention. The skills gained are applicable in customer retention, user behavior analysis, fraud detection, and HR analytics.

data-analysis data-visualization dataset explo exploratory-data-analysis matplotlib matplotlib-pyplot numpy pandas-dataframe python seaborn seaborn-python

Last synced: 12 Apr 2025

https://github.com/mayankmittal29/stockvision

Stock price predictor LSTM Sequential Model with Dropout Regularization by which we can analyse any stock tickers, do its fundamental analysis using fundamental ratios and charts visualisations of 100MA and 200MA and can also predict stock price for next 10 days with its trend. Can also view candle stick charts for stock trading and latest news.

keras lstm-neural-networks matplotlib-pyplot mplfinance numpy pandas python scikit-learn streamlit yfinance-api

Last synced: 24 Feb 2025

https://github.com/mauricelambert/fileanalysis

This package analyze emergence of characters in file (for statistics decryption).

decryption matplotlib-pyplot pypi-package python3 statistics

Last synced: 10 Jul 2025

https://github.com/dummumounika/ecommerce-sales-categorization

This repository contains Python code for text classification and analysis of e-commerce sales data. The script processes textual descriptions of products and categorizes them into predefined categories using a Naive Bayes classifier. It also includes various analysis and visualization methods to explore the dataset.

machine-learning matplotlib-pyplot ntlk numpy pandas python scikit-learn

Last synced: 22 Feb 2025

https://github.com/thekartikeyamishra/data_cleaning_project

Welcome to the Data Cleaning and Visualization project! This repository demonstrates how to clean messy data and create insightful visualizations using Python with Pandas and Matplotlib.

data dataanalysis matplotlib matplotlib-pyplot pandas python

Last synced: 26 Mar 2025

https://github.com/notthestallion/data_visualisation-examples

This repository was created to learn and practice graph showing and data visualization. The goal is to gain experience in creating compelling and informative visualizations.

data data-science data-visualization database learn learn-to-code learning learning-by-doing matplotlib matplotlib-figures matplotlib-pyplot visualization

Last synced: 02 Mar 2025

https://github.com/badranalyst/startup-expansion-analysis-with-pandas-matplotlib-and-power-bi

Analyzes startup growth and expansion factors using Pandas for data analysis and Matplotlib for visualizations. Complements findings with data visualizations in Power BI, providing actionable insights into funding and market trends.

dashboard data-analysis data-visualization dataset matplotlib matplotlib-pyplot pandas power-bi powerbi

Last synced: 24 Feb 2025