CJ
Apr 23, 2023
Learnt a lot from this visualization course. The one I found most interesting was making the dashboard. Although sometime the code and indentation are tedious, but this might be useful in the future.
LS
Nov 28, 2018
The course with the IBM Lab is a very good way to learn and practice. The tools we've learned in this module can supply a good material to enrich all data work that need to be presented in a nice way.
By Gang H
•Dec 23, 2021
good
By 이재곤
•Dec 18, 2021
good
By Dao X H
•Jun 24, 2021
good
By Palatip J
•Jun 16, 2020
test
By Golla M
•Jun 3, 2020
good
By Naveen S P
•May 5, 2020
Best
By gomesh n
•May 3, 2020
good
By ARIJIT K
•Apr 28, 2020
good
By Haowen W
•Jan 31, 2020
Good
By Yu M C
•Dec 9, 2019
good
By Manea S I
•Sep 14, 2019
nice
By Prabhu M
•Sep 7, 2019
good
By Nay L
•Jul 13, 2019
good
By Aditya J
•May 22, 2019
None
By Piotr M
•Oct 28, 2018
Nice
By Precious B
•Nov 13, 2024
👍
By John R
•Jul 10, 2020
o
k
By Talha A
•Sep 16, 2019
<3
By MAVANI H R
•Apr 3, 2025
-
By Ali C B
•Dec 21, 2020
.
By Magic Y
•Jul 25, 2019
I
By Manivannan D
•Feb 20, 2019
V
By banan A
•Jan 11, 2019
H
By Lena G
•May 5, 2023
I found a lot of the information given in the course very helpful. It covers basic data visualization techniques and tools, so, as a newbie, I thoroughly enjoyed most of it. One thing that I wasn't particularly happy about is that toward the end of the course it is starting to get quite difficult and therefore takes up a lot more of your time than declared because some things that I (as a beginner) am unfamiliar with are treated as absolutely obvious, like HTML components. You are explained how to use them in Dash, but first you have to find out what they are in the first place by yourself if you are not familiar with HTML at all.
Another thing that bothers me a lot is the final assignment. I believe, the whole point of data analyst's job in data visualization is to provide other people with understandable, ready-to-use information. Yet you find yourself gluing screenshots together and converting them to pdf for a solid half hour in order to present your peers with the info you need them to assess, while you actually already have that necessary dashboard coded and ready. And I am left wondering where I should learn the required skills and what software I should actually use in order to present people with the dashboard I've just learnt to code.
Perhaps it is another level that would allow us to present the dashboard in its actual form and not its screenshot snippets, but it would be nice if the course taught you how to do that and gave you the tools to practice it.
By Nima G M
•Nov 10, 2020
Before visualizing any data, one should gather and import those data to their computer directory, and this could not happen without the Pandas library. Importing the data could be done simply using the Pandas library, whose functions somewhat overlaps with the Matplotlib library.
Although in the last week, the author introduces the Folium library, which is a library to visualize Maps and other related things that could be shown on the Maps, like the population density of different cities in a country, the main focus of the course is on the Pandas library, which is, of course, need that lots of attention and time.
In summary, this course is especially helpful for those who want to become familiar with the Pandas library.
The author also gives a very short amount of time to show how seaborn could be used to plot the regression plots using seaborn.regplot function, which is also showing wise time management by the author since it does not need more amount of time to spend on.