From the course: Statistics and Python for Telecommunication: Using Data Analytics for Decision-Making in Modern Telecommunications

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Data visualization techniques

Data visualization techniques

(bright music) - [Instructor] Now, there is another technique, which is visualization, where we can visualize the data to understand the complete dataset in a better way, and we are going to talk about three different ways to visualize the data, which is histogram, box plot, and scatter plot. Now, imagine you have a data, which is ranging from one to hundred, and you would like to understand that this is the data speeds of different users. You would like to understand that, okay, how many users are having a good speed between 10 to 20 Mbps or between 20 to 30 Mbps? In that case, what you can do is you are making a grouping between the data set. That's what we are going to do in histogram. We are just making a distribution of the complete dataset by making certain groups. Another visualization way is the box plot. Now, if we have a data, we would like to just distribute it into four different parts, four different parts in such a way that we have four different quarters. So we have the…

Contents