2 Data Science - Managing Data
2 Data Science - Managing Data
• Bar Chart
• Bar chart helps us to represent the collected data visually.
• The collected data can be visualized horizontally or vertically in a bar
chart like amounts and frequency. It can be grouped or single
Histogram
• A histogram is the graphical representation of data. It is similar
to the appearance of a bar graph but there is a lot of difference
between histogram and bar graph because a bar graph helps
to measure the frequency of categorical data.
• A categorical data means it is based on two or more
categories like gender, months, etc. Whereas histogram is used
for quantitative data.
Line Graph
• The graph which uses lines and points to present the change in
time is known as a line graph. Line graphs can be based on the
number of animals left on earth, the increasing population of
the world day by day, or the increasing or decreasing the
number of bitcoins day by day, etc.
• The line graphs tell us about the changes occurring across the
world over time. In a line graph, we can tell about two or more
types of changes occurring around the world.
Line Graph
• Line Graph
Pie Chart
• Pie chart is a type of graph that involves a structural graphic
representation of numerical proportion. It can be replaced in most
cases by other plots like a bar chart, dot plot, etc.
• As per the research, it is shown that it is difficult to compare the
different sections of a given pie chart, or if it is to compare data
across different pie charts.
Scatter Plot
• In science, the scatterplot is widely used to present
measurements of two or more related variables.
• Data parsing is used for crawling information from large datasets and structuring it in a
way humans can understand. Traditional data parsing is done on HTML files where the
parser converts HTML text into readable data. Data parse program is used for converting
unstructured data into JSON, CSV, and other file formats and adds structure to said
information.
• However, not all parsers work the same and there are distinct differences in parsing
technologies.
• There are numerous benefits of data parsing for businesses ranging from automated
data extraction, improved visibility, cutting costs, and boosting employee productivity.
Parser
Data Manipulation
• Data manipulation refers to the process of adjusting data to make it organised and
easier to read.