Internship 1

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 18

Company Details:

ZetaCoding Innovative Solutions,Bangalore


---------Name:Afsana Mohammed Gouse
• ZetaCoding Innovative Solutions is located in
Bengaluru, Karnataka, India.
• It is a service-based company for software
development and training.
• Zeta Coding has established itself as one of the
leaders in providing quality software solutions
and services across a wide-ranging type of
technologies to numerous software
applications.
• They develop their identifiable projects and
applications by succeeding the standards of
ISO and IEEE.
• They support students in their academics to learn and deploy the IEEE projects and train them
with software technologies.
• professionals are well qualified, experienced and proficient to deliver the quality product on time.
• provide end-to-end solutions such as Project Management, Analysis, Development, Deployment
and continuous support to the customer’s satisfactions.
• trust in long term relationships with our clients by providing best superiority of services.
• Our team includes highly experienced engineers, Academicians, Programmers and
Business Development Managers.
• Our moto is to provide future technology solutions, training and development skills and enhance
productivity of upcoming generations.
Domain(Data Science):

• Data Science Certification program offers you an inclusive coverage


course on Python programming language, Conceptualization and
Implementation of Machine Learning and Deep Learning algorithms.
• Topics learned while Internship:
• Basic Python Programming
• Advanced Python Programming
• Introduction of Data Science
• Python hands on for Data Science
• Analysis and data Visualization
• Capstone Hands on Projects and culminating assignment.
Data Science Life Cycle:
Exploratory Data analysis(EDA):
• Exploratory Data Analysis (EDA) is an approach to analyze the
data using visual techniques. It is used
• to discover trends, patterns, or to check assumptions with the
help of statistical summary and graphical
• representations.
• Zomato dataset is real time dataset which gives information
about restaurants, its cuisines, locality, ratings etc.
• Restaurant Id: Unique id of every restaurant across various
cities of the world.
• Restaurant Name: Name of the restaurant.
• Establishment: Year in which restaurant was established.
• City: City in which restaurant is located.
• Address: Address of the restaurant.
• Locality: Location in the city.
• Locality Verbose: Detailed description of the locality.
• Longitude: Longitude coordinate of the restaurant’s location.
• Latitude: Latitude coordinate of the restaurant’s location.
• Cuisines: Cuisines offered by the restaurant.
• Average Cost for two: Cost for two people in different
currencies (local currency).
• Currency: Currency of the country.
• Has Table booking: yes/no.
• Has Online delivery: yes/ no.
• Is delivering: yes/ no.
• Switch to order menu: yes/no.
Brief about data Visualisation:
• Univariate Plotting with pandas • . Bivariate Plotting

• Bar Charts • .Scatter Plot


• Line Charts • Area Plot
• Area Charts • Pair Plot
• • Multivariate Plotting
Histograms
• • Multivariate Scatter Plot
Donut Chart
• Grouped Boxplot
• Heat Map
Project(Zomato Data Analysis):

Problem Statement: Importing necessary libraries:


• The aim of this project is to make • import numpy as np
an Exploratory Data Analysis on • import pandas as pd
Zomato Indian Restaurants Data. • import matplotlib.pyplot as plt
• Load the dataset: • import matplotlib.cm as cm
• df=pd.read_csv("/content/ • import seaborn as sns
Indian_zomato.csv") • import random
• from wordcloud import
WordCloud
Import the Important Libraries required for our project
Read the data from the csv file
Top 10 resturant chains(by Top restaurant chains (by average
number of outlets) rating)
Number of restaurants (by Top 5 establishment type on the
establishment type) basis of average rating
Number of restaurants (by city)
Number of restaurants (by cuisine)
Number of restaurants (by
highlights)
Ratings distribution
Relation between Average price
Average cost for two distribution for two and Rating

You might also like