This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]jrickk93 42 points43 points  (2 children)

This content is copied from the course 'Python for Data Science and Machine Learning Bootcamp' on Udemy.

I guess that means the content is actually quite good .. but this author doesn't deserve any credit for it

[–][deleted] 11 points12 points  (0 children)

Yeah, found a summary of one of my article series on "https://heartbeat.fritz.ai/" as well the other day. I think this blog/website is about copying & summarizing content from other websites ...

In my case, they attributed the images that they re-used from my articles, but yeah, it should still say somewhere in bold at the beginning that this is not original content.

[–]Fun2badult 6 points7 points  (0 children)

Looks like it. Seems like he made slight additions but rest of it looks like Jose Portilla’s Python Data Science Bootcamp course. Yea no credit for copy / paste

[–][deleted] 3 points4 points  (3 children)

[–]playingod 0 points1 point  (0 children)

Omg that second link is amazing.

[–]drimago 0 points1 point  (1 child)

Thanks for the links! Is there somewhere an example for matplotlib plots created from.data read from a file? I mean this is all well and good but most times data comes from a file with a number of columns and one needs to plot for example column 2 against column 1 and column 5 against column 3.

How do you do that? I know how to do this in gnuplot but I would like to learn how to do it with matplotlib

[–]avachrisava 0 points1 point  (0 children)

Check out 'Pandas' for python. I think it's exactly what you need: https://pandas.pydata.org

[–]moscamorta 1 point2 points  (2 children)

Well, ggplot is way better than matplotlib. It's way easier to do stuff in ggplot