Pinned Repositories
codecrafters-bittorrent-java
coding-recipies
Recipies for good coding practices
coffee_shop
Full Stack Nano - IAM Final Project
comment_management_system
datahub
The Metadata Platform for your Data Stack
demoApp
EDA
prices = all_data.groupby('Product').mean()['Price Each'] fig, ax1 = plt.subplots() ax2 = ax1.twinx() ax1.bar(products, quantity_ordered, color='g') ax2.plot(products, prices, 'b-') ax1.set_xlabel('Product Name') ax1.set_ylabel('Quantity Ordered', color='g') ax2.set_ylabel('Price($)', color='b') ax1.set_xticklabels(prodprices = all_data.groupby('Product').mean()['Price Each'] fig, ax1 = plt.subplots() ax2 = ax1.twinx() ax1.bar(products, quantity_ordered, color='g') ax2.plot(products, prices, 'b-') ax1.set_xlabel('Product Name') ax1.set_ylabel('Quantity Ordered', color='g') ax2.set_ylabel('Price($)', color='b') ax1.set_xticklabels(products, rotation='vertical', size=10) plt.show()ucts, rotation='vertical', size=10) plt.show()
finalyearporject
first_assingment
machine learning
flask-with-docker-deployment
shubhgng's Repositories
shubhgng/codecrafters-bittorrent-java
shubhgng/coding-recipies
Recipies for good coding practices
shubhgng/coffee_shop
Full Stack Nano - IAM Final Project
shubhgng/comment_management_system
shubhgng/datahub
The Metadata Platform for your Data Stack
shubhgng/demoApp
shubhgng/EDA
prices = all_data.groupby('Product').mean()['Price Each'] fig, ax1 = plt.subplots() ax2 = ax1.twinx() ax1.bar(products, quantity_ordered, color='g') ax2.plot(products, prices, 'b-') ax1.set_xlabel('Product Name') ax1.set_ylabel('Quantity Ordered', color='g') ax2.set_ylabel('Price($)', color='b') ax1.set_xticklabels(prodprices = all_data.groupby('Product').mean()['Price Each'] fig, ax1 = plt.subplots() ax2 = ax1.twinx() ax1.bar(products, quantity_ordered, color='g') ax2.plot(products, prices, 'b-') ax1.set_xlabel('Product Name') ax1.set_ylabel('Quantity Ordered', color='g') ax2.set_ylabel('Price($)', color='b') ax1.set_xticklabels(products, rotation='vertical', size=10) plt.show()ucts, rotation='vertical', size=10) plt.show()
shubhgng/finalyearporject
shubhgng/first_assingment
machine learning
shubhgng/flask-with-docker-deployment
shubhgng/FSND
Public repository for the Full-Stack Nanodegree program.
shubhgng/Fyyur
shubhgng/Head-First-Object-Oriented-Analysis-and-Design
shubhgng/pkl
A configuration as code language with rich validation and tooling.
shubhgng/spring-boot
Spring Boot
shubhgng/SpringBaseApp
Simple spring boot application
shubhgng/stock_market-analysis
stock market analysis using machine learning and python
shubhgng/SwaggerApp
shubhgng/trivia_app
Trivia API project for Udacity Full Stack Nanodegree