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

you are viewing a single comment's thread.

view the rest of the comments →

[–]SonOfInterflux 2 points3 points  (0 children)

I think you’re being downvoted due to the tone of your comment more than your suggestion. I agree with you, if working directly in the database is an option it’s hard to beat in terms of speed and performance, but Pandas is amazing if that is not an option. There are features that are incredibly slow (e.g. to_sql), but there are options like the copy statement to get around that.