Page 156 - Touhpad Ai
P. 156
Data Visualization using Excel and Python
Data becomes much more meaningful when it is presented visually. Instead of looking at long tables filled with numbers,
charts and graphs help us to quickly understand patterns, comparisons, and trends. For example, if we want to know
how rainfall changes across states in India, a bar chart or a colour-coded map is far easier to understand than a list
of values.
Among the many tools available today, two of the most powerful and commonly used ones are Microsoft Excel and
Python. Each has its own advantages and is used by different types of users.
Charts and Graphs in Excel
Microsoft Excel is a popular spreadsheet software that allows users to create a variety of charts with just a few clicks.
It is user-friendly and ideal for beginners.
The steps to create a chart in Excel are as follows:
Step 1 Enter data in the spreadsheet.
Step 2 Select the range of data that you want to represent visually.
Step 3 Click on the Insert tab on the ribbon.
Step 4 Choose the type of chart you want from the Charts group, such as bar chart, pie chart, line graph, column chart,
scatter plot, etc.
Step 5 Customise your chart using the options in the Chart Design tab. You can:
u Add a chart title.
u Change the colour and style of the chart.
u Insert data labels for clarity.
u Adjust the legend or axis values.
Charts and Graphs in Python
Python is especially powerful because it can handle large and complex datasets that are difficult to visualise using
traditional tools like Excel. By converting raw numbers into visual formats such as bar charts, line graphs, scatter plots,
and histograms, Python helps us quickly identify patterns, trends, and relationships in the data.
Data visualization in Python is primarily done using libraries such as Matplotlib and Seaborn. These libraries are
essential tools for anyone working with data, as they allow users to create a wide variety of charts and graphs, making
it much easier to analyse, interpret, and communicate information effectively.
154 Touchpad Artificial Intelligence - XI

