Back

Sanskar

Keen Learner and Exp... • 20d

Day 10 of learning data science as a beginner Topic: data analysis using pandas Pandas is one of the python's most famous open source library and it is used for a variety of tasks like data manipulation, data cleaning and for analysis of data. Pandas mainly provides two data structures namely Series: which is a one dimensional labeled array Data Frame: a two dimensional labeled table (just like an excel or SQL table We use pandas for a number of reasons like using pandas makes it easy to open .csv files which would have otherwise taken a few python lines to open a file (by using open() function or using with open) not only this it also help us to effectively filter rows and merge two data sets etc. You can even use urls to open a csv file Although pandas in python has many such advantages it also has a slightly steep learning curve however pandas can be safely considered as one of the most important part in a data science work Also here's my code and it's result

Reply

More like this

Recommendations from Medial

Sanskar

Keen Learner and Exp... • 19d

Day 11 of learning Data science as a beginner Topic: creating data structure In my previous post I discussed about the difference between panda's series and data frames we typically use data frames more often as compared to series There are a lot

See More
Reply
2

Inayat Hasan

Software engineer • 1y

[This post has been deleted by the creator]

Reply
2
Image Description

Tiime

Hey I am on Medial • 1y

How to Copy Table Data from Screenshots Easily Using Windows 11 Snipping Tool

1 Reply
1
4

Subhajit Nath

Hey I am on Medial • 3m

🟦 Part 1: Data Extraction – Starting the ETL Pipeline 🚀 Welcome to Part 1 of my Azure-based ETL project series! In this part, I walk through how to extract raw data from a GitHub link and load it into Azure Data Lake (Gen2) using Azure Data Factor

See More
Reply
3

Dileep Kadiveti

IoT Student with a C... • 1y

[This post has been deleted by the creator]

Reply
3

Sanskar

Keen Learner and Exp... • 2m

Day 1 of learning AI/Ml as a beginner. Topic: Streamlit I have decided to start learning about the core AI/ML concepts (while also learning mathematics side by side) however you may say that streamlit is not a core AI/ML concept they are NLP, Deep

See More
Reply
2

Ankit

Turning Data into De... • 4m

Hi everyone! 👋 I’m Ankit Rai, currently pursuing my MCA with a specialization in Data Science and have recently completed “The Ultimate Job Ready Data Science Course” by CodeWithHarry, focusing on real-world projects using Python, SQL, Machine Learn

See More
Reply
6
Image Description

Kevin Patel

Learner 🍂🤎 • 1y

Some one please guide me for the road map of the data science: Skill I do have right now is Python, numpy , pandas (learning) After completing pandas, numpy and Excel can I do freelancing.. It will be so helpful if someone guides me

2 Replies
5

Sanskar

Keen Learner and Exp... • 15d

Day 14 of learning data science as a beginner. Topic: Melt, Pivot, Aggregation and Grouping Melt method in pandas is used to convert a wide format data into a long form data in simple words it represent different variables and combines them into ke

See More
Reply
1

Baqer Ali

AI agent developer |... • 2m

Recently I have made a streamlit data analysis web app in that project I have used streamlit for frontend Pandas for like data analysis part and mathplotlip for graph representation or like representation of data And everything is written in

See More
Reply
2

Download the medial app to read full posts, comements and news.