2021-08-14 The Happiness Vaccines- Exploratory Data Analysis Is a vaccinated country a happy one? Let's explore!!! matplotlib pandas numpy seaborn
2020-12-23 Placement Data Analysis Job Placements is a crucial phase for graduate or post graduate students. The placements are dependent on a lot of factors like academics , specialization etc. This notebook is an analysis of those factors and their influence on placements. eda seaborn
2020-05-27 Zomato Restaurants Analysis - JMA This notebook gives visualization and insight into the food culture of Bengaluru. random forest decision tree sklearn regression python
2020-04-09 EDA on MPG Data using Seaborn This notebook consists of EDA on MPG data using seaborn where we extract meaning/information from data using plots and report important insights about data. This part is more about data analysis and business intelligence(BI). data visualization data science data analysis eda seaborn
2020-04-05 Seaborn 2.0 Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. python seaborn
2020-01-12 Data Science Across the World This notebook summarizes the current state of data scientists across the world and our inspirations for creating Datafied. Enjoy the read! data science inspiration matplotlib kaggle pandas
2020-01-12 Quick Tutorial Here is a tutorial and a checklist to help you prepare your notebooks. The most important thing is to emphasize communication over technicality. admin tutorial seaborn
2020-01-10 MLB Analysis: Predicting Pitcher Strikeout Rates In this notebook, I illustrate the data science life cycle through an example in which I predict MLB pitchers' 2nd half strikeout rates based on a variety of 1st half statistics. baseball modeling rmse cross validation linear regression