aarushiksk /
Noob-to-Ninja-ML
Welcome! This is a repository for adding your python projects, data analysis/data science projects or jupyter/kaggle notebooks.
Loading repository data…
dshahid380 / repository
Welcome to data analysis with pandas tutorial. In this tutorial i have covered all the topic of pandas and tried to explain with lesser number of words.This tutorial is totally written in jupyter notebook so that anyone can clone and run it.
Fig. 1
Welcome to the tutorial Data analysis with pandas. In this tutorial i have covered all the topics of pandas and tried to explain each and every concepts with lesser words in jupyter notebook so that you can observe the function of every methods in pandas from the ground level. First of all let's understand "what is data analysis and why should we use pandas for analysis ?".
Suppose you are working in a company which daily generates a lot of data of customers and you are assigned a task to extract some useful information out of it with certain deadline. What will you do if you have very limited time you can not exract information just by looking into the dataset because size of the data is huge. So you asked for help from your collegue he said just read about pandas for data analysis. You study about pandas and you found that pandas makes your life easier than just looking at dataset and finding useful informations.
This official documentation says- pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way toward this goal. pandas is well suited for many different kinds of data:
pip install pandas
pip install numpy
Fig.2
Pandas is used as data cleaning tool in the field of data science.You can do whatever operation you want in the dataset with this tool.Now question arises, can we clean or change the value in the dataset manually ? Answer is yes we can if size of the dataset is small.What if we have a large dataset then we can not do it manually it will take a lot of time.Pandas makes data science very easy and effective.
To use pandas you need to first import the pandas module in your program
import pandas as pd
d=pd.read_csv("path"):
d=pd.read_excel("path") :
d=pd.read_csv('datasets/weather.csv')
print(d)
For futher tutorial go to the above link given in the Table of contents or click this link
Selected from shared topics, language and repository description—not editorial ratings.
aarushiksk /
Welcome! This is a repository for adding your python projects, data analysis/data science projects or jupyter/kaggle notebooks.
Sadia-Khan13 /
Welcome to the Data preprocessing Repository! This repository is dedicated to showcase the comprehensive resources and implementations related to Data Preprocessing using Python and Jupyter Notebook.
Nevin100 /
Welcome to Pandas-Playground – my journey of revisiting Exploratory Data Analysis (EDA) and Machine Learning fundamentals, all through the power of Jupyter Notebooks and annotated with detailed Markdown!
AnuragKumar1712 /
Welcome to the Data Analysis repository! This repository showcases a variety of data analysis projects that I have completed using Jupyter Notebook and popular Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn. Each project follows the complete Data Analytics process: Plan, Prepare, Process, Analyze, Share, and Act.
SoomroBilal /
Welcome to the repository for my final capstone project for the IBM Professional Data Science Certification. This repository contains a collection of Jupyter notebooks showcasing various data science skills and techniques I have acquired during the certification course.
Amit-Joe-coder /
Welcome to the IPL Data Analysis repository! This project delves into the rich and extensive dataset of the Indian Premier League (IPL) to uncover fascinating insights and trends in one of the most popular cricket leagues in the world.Technologies Used: Python (numpy, pandas, matplotlib.) Jupyter Notebooks