Nah, I'll do it with SQL
Pandas vs. Julia – cheat sheet and comparison
21–30 of 138 posts
Re: Pandas vs. Julia – cheat sheet and comparison
#22Nah, I'll do it with SQL
Re: Pandas vs. Julia – cheat sheet and comparison
#23Earlier quoted context omitted.
Bet your code always works on your machine too ;)
For what it's worth this is literally how the Julia community deals with feedback.
Not everything needs to cater to mobile.
Re: Pandas vs. Julia – cheat sheet and comparison
#24``` df = DataFrame(CSV(File("name.csv")))
data = JSON(File("name.json")) ```
instead of the usual hodge podge of methods ``` df = CSV.read("file.csv", DataFrame)
data = JSON.parsefile("file.json") ```
Re: Pandas vs. Julia – cheat sheet and comparison
#25Apples vs Oranges
Re: Pandas vs. Julia – cheat sheet and comparison
#26Yeah 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
#27Re: Pandas vs. Julia – cheat sheet and comparison
#28Re: Pandas vs. Julia – cheat sheet and comparison
#29Re: Pandas vs. Julia – cheat sheet and comparison
#30Nah, I'll do it with SQL
Same here, I don't get the point of this other that "don't want to learn SQL".