Dbms
Dbms
using Python
PIYUSH KUMAR MCA/40002/24
ABHINAW ANAND BHARDWAJ MCA/40021/24
Python libraries
• Pandas
•Matplotlib
•Seaborn
•Warnings
Python libraries
Pandas:
•Add data structure and tools designed to work with table
like data.
•Provide tools for data manipulating : merging ,sorting ,
slicing ,aggregation etc.
•Allow handles missing data
Python libraries
Matplotlib:
•Provide 2D plotting library which produces publication
quality figure in a verity of hardcopy features.
•A set of functionalities similar to MATLAB.
•Line plot , scatter plot , barcharts, pie charts etc.
Python libraries
Seaborn:
•Based on matplotlib
•Provide high level interface for drawing attractive statistical
graph.
•Similar to the ggplot2 library in R.
Python libraries
Warnings:
• provides a way to control how warnings
handled within a Python script.
•It allows developers to emit warning messages
to alert users of potential issues or unexpected
behavior in their code.
Data Analysis
Data analysis is the process of using statistical and logical
techniques to examine data, extract meaning, and support
decision-making.
IT discover useful information, inform conclusions, and
support decision-making .
Used in business, healthcare, marketing, finance, and
scientific research
Data Analysis Project Steps: