Great course, one of the best course to get hands-on learning for Data Visualization with Python. Particularly the lap exercise, it will make you think on every line of code you write. Excellent!!!
It's a really great course with proper hands on time and the assignments are great too. i got enough opportunity to explore the things which were taught in the course. Really Satisfied. Thanks :)
por SEKHARAMANTRI V K
•Few things are direct.
por Akash M
•NICE MENTORED COURSE
por Svetlana O S
•a lot of new skills
por Manikandan S e
•Very good course.
por Sergey
•Very small course
por Raj K
•Great course :)
por tanmoy p
•good content.
por Nandivada P E
•nice course
por nico
•Very nice!
por Alejandro A
•Great Job!
por Marcin
•Too easy
por Jacob K J
•good job
por Venkata T
•Good
por SRINIVASULU B
•GOOD
por DEVARAMPATI M S A
•good
por Sai V A
•good
por KVD S
•good
por Veronica A S
•Good
por Franco M V
•.
por Louis J
•I have mixed feeling about this course. I think the purpose of this course (visualizing data) and the different ways of doing it is really motivating and awesome, specially when you realize all the things you can do (types of charts , maps etc...). This is actually awesome!
However, on the down sides:
-Each video repeats the steps on how the database used in each course has been "cleaned". I agree with the feedback from other people, reminding us one or two times is fine, but in each video... This is too much!
-I would have liked more practical exercises, specially to plot multiple linear regression models (and polynomial of different degrees, in particular), to display on a chart, and to make predictions. That would be great !
-Labs: they are of unequal difficulty: some are relatively easy to complete, some require more thinking/research and time, while some have no question at all or very little. Maybe it would be useful to re-organize the labs ?...
-Week 3: as everyone mentions, the "artist layer" method is only briefly covered in one of the lab. It would have be really useful to spend more time on it, and on all the things we do with it. Like others, I spent lot of time searching online, and it took me a full afternoon to complete that part of the final assignment !
To summarize: it's a very important and interesting course, but video lessons should be re-recorded with deleting all parts repeating the initial database processing, and adding more topics such as artist layers, etc. Also, maybe split each lab in 2 since there are few labs in this course, but if we follow them correctly, it requires quite few hours to spend on each lab (at least for "beginners" like us starting learning about this topic).
Thank You !
por Farrukh N A
•I hold a degree in computer sciences with majors in Software Engineering so please take this review of the course seriously.
Unfortunately, this is the only course where it seems the teacher never had any outline as to what he needs to teach and how.
1) He has made the video lectures useless as he declared himself that the videos will be short but you have to 'read' lines and lines of lectures to get a grasp of the visualizations he will teach. I think he don't know if it was that easy for a person to get knowledge then he would have just read text books and would have gotten the degree as according to him there wouldn't be any need to educational institutions.
2) Many times, he introduces many 'advanced' functions of Python which was not taught in the previous course which was about Data Analysis by Python. I don't have any problem in learning new things everyday but using multiple advanced functions in a 'beginner' course makes it tough for student to grasp what he was trying to teach.
3) There are far better and easier ways to do many things but it seems he deliberately uses long, tedious and advances methods for plotting various graphs and makes things confusing again and again.
4) Lastly, he himself gives advanced quizzes for the stuff which were not even taught extensively and it makes hard to even pass them.
por Neil C
•The rating of 3 is because there are some excellent points to this course and some issues. First, no doubting the Instructor knows his stuff and he has a good style, but for EVERY lesson to repeatedly go over the details of the data set used (and you can tell this is one clip pasted in every lesson) is mind numbing. Cover the data set once and then simply say "We will use our Canadian Immigration Data set, refer back to it if you have question" . Then use this time to go into a bit more detail on the graph mechanics. Secondly, there is no lab environment for the final assignment (as was provided in precious courses of the Data Science module). This overly complicates the assingment beyond the material being tested (I was bangin my head as to why I could not get a graph working until I realized it was the lack of an environmnet variable, not my code, that was causing the issue.
por Manuela G
•The course itself was good.
Unfortunatly it was not clear at the beginning, that the "Data Analysis Module" is a pre-requisite. After struggling with the lab of week 3, I found out and took the Data Analysis Module. I tried the lab again - meanwhile the first part has changed - the file was not in the same structure. So, the code I wrote before was worthless. Took a while to figure this out.
Then in CC Lab the "conda install" did not run - neither in the lesson, nor in the lab - therefore I spent many hours struggling to find this out - didn't know, if it was my coding.
It would be good, to improve those "organisational problems". That's why I only gave 3 of 5 stars. It did cost me a lot of time.
The content and lessons and exercises and the lab itself is very good and interesting. Also the amount and speed, very good to handle besides a full-time job (if everything works ;-) ).
por Luisa V
•The course is very informative with step by step explanations. However, there are too little teaching staff to answer all the students questions. As well, throughout the lab quite a few things were unclear (i.e. a certain map is not available for free users, a certain tiles doesn't work with maps, something must be downloaded/imported despite saying it must not). These things could have been mentioned in the lab instead of having to look through many students questions on the same issue up to two years ago. The importing/downloading parts of the code were also very slow on the notebook and it often had to restart often due to this. The final assignment discussion page often crashed and froze too but all the other discussion pages worked very well (no crashing or freezing, fast loading times).
por Terry G
•The notebooks don't mention that Mapbox Bright isn't available for free anymore. This results in one of the map exercises in Week 3 to not have a map populate. Only after hammering away at the code and reviewing the forums did I learn that this map type isn't free anymore. There's also a section in the final where we are asked to populate labels on a bar chart. This wasn't covered at all in the material. Only after reading the forums and being linked to some obscure blog post was I able to figure this out.
Also critical items not converted the material: why when load a csv file from a URL do you sometimes need to add a .csv extension to the string and other times not (such as in the final map). Why does a .geojson file need a .json file extension when being fetched from a URL?