Ditch Excel and Use Julia Data Frames
erik-engheim.medium.com
Ditch Excel and Use Julia Data Frames
1–10 of 30 posts
Re: Ditch Excel and Use Julia Data Frames
#2Re: Ditch Excel and Use Julia Data Frames
#3Re: Ditch Excel and Use Julia Data Frames
#4Re: Ditch Excel and Use Julia Data Frames
#5Spreadsheets automatically recalculate on partial updates to their inputs, which automates a lot of the coding that would be involved in data analysis. They are also a portable format that can be universally understood, which is much harder to say about dataframes in a typical business/work setting.
Demonstration of Pluto.jl here:
Re: Ditch Excel and Use Julia Data Frames
#6People have been saying this for over 20 years now. Excel was, is and will remain a foundational aspect of compute tasks for programmers and non-programmers alike. It is not by chance that Excel is popular.
But that is how people often get trained early on. You get taught to use MS Word at school and other context and never get exposed to alternative tools or ways of doing things.
Here is a simple anecdote. Have on two occasions had long term Excel users get stuck on some task, looking for a solution. Then I ask them to use Apple Numbers. See if they can figure it out. Despite never having use it they figure out their task in no time.
My point is that MS Excel isn't even all that good of a spreadsheet application yet almost everybody use it despite better alternatives existing.
Re: Ditch Excel and Use Julia Data Frames
#7Re: Ditch Excel and Use Julia Data Frames
#8Excel has tons of point-and-click capabilities that don't require IMPORTing anything or knowing what an IOBuffer is. When you try to pretend that Julia can replace Excel, you just make yourself look foolish and uninformed.
Re: Ditch Excel and Use Julia Data Frames
#9Re: Ditch Excel and Use Julia Data Frames
#10you don't even have to learn a single line of new code, if you've never coded before. you only need to know how to point and click with a mouse.
and the best thing is, you can take whatever you've done and send it down to whoever happens to have installed Excel on their machine, which, in a corporate environment, is everybody. Don't need to set up a new programming environment + dependencies.