Nah, I'll do it with SQL
Pandas vs. Julia – cheat sheet and comparison
31–40 of 138 posts
Re: Pandas vs. Julia – cheat sheet and comparison
#32Earlier quoted context omitted.
Same here, I don't get the point of this other that "don't want to learn SQL".
You're saying all Pandas usage (an incredibly popular library) is because people don't want to use SQL?
Re: Pandas vs. Julia – cheat sheet and comparison
#33Yeah this is basically why I keep trying and bouncing off Julia. I understand the real performance reasons why you'd choose to use Julia but the syntax is the perfect distance from python to make it extremely difficult to me. It's just close enough to get constantly confused. So if I really wanted to do much work in it I'd have swear off python - and I can't do that because for trivial stuff python is more convenient…
Re: Pandas vs. Julia – cheat sheet and comparison
#34Yeah this is basically why I keep trying and bouncing off Julia. I understand the real performance reasons why you'd choose to use Julia but the syntax is the perfect distance from python to make it extremely difficult to me. It's just close enough to get constantly confused. So if I really wanted to do much work in it I'd have swear off python - and I can't do that because for trivial stuff python is more convenient…
I have done both complex and trivial stuff in both languages and Julia isn't more inconvenient for trivial things.
Similarly make sure you research the ecosystem because everything in Julia is very fragmented, IE pandas.loadcsv will require two or more packages in it's Julia equivalent.
Re: Pandas vs. Julia – cheat sheet and comparison
#35Earlier quoted context omitted.
For what it's worth this is literally how the Julia community deals with feedback.
Ah, it's a post mentioning Julia, and there you are.
Re: Pandas vs. Julia – cheat sheet and comparison
#36Re: Pandas vs. Julia – cheat sheet and comparison
#37Re: Pandas vs. Julia – cheat sheet and comparison
#38This seems very poor - the comparison is between pandas and DataFrames.jl, not Julia; syntax comparison is very surface-level; cheatsheats are low resolution; the learning curve section says nothing about the learning curve; and the conclusion is "do whatever you like".
But I agree this should have been reflected in the title of the article.
Re: Pandas vs. Julia – cheat sheet and comparison
#39Earlier quoted context omitted.
Same here, I don't get the point of this other that "don't want to learn SQL".
You're saying all Pandas usage (an incredibly popular library) is because people don't want to use SQL?