Closed amromeo closed 5 years ago
Do we really want to teach importing data this way?
From: amromeo notifications@github.com Reply-To: amromeo/api_r2019 reply@reply.github.com Date: Tuesday, April 23, 2019 at 12:31 PM To: amromeo/api_r2019 api_r2019@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [amromeo/api_r2019] data import (#3)
@pcmathias @jwrudolf
who was going to tackle data import? will you include pressing "import dataset" button in upper right pane? will you include pressing on file -> import dataset?
just curious
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Not sure which method you're referring to, or both. I'd say that these are both useful methods for beginners, certainly can be mentioned. I use the second method all the time, really great way to have GUI write code for me.
I am not planning to do any import (just lean on a pre-loaded object). I think Patrick will address data import. I could go either way on GUI import or command line (or both).
I was planning on including in my lesson and showing them read_delim functions and read_excel. I never use the GUI import but can point it out.
I wonder if it’s best practice to teach using GUI tools to autogenerate code. Participants will end up with code that they don’t understand. It sends the message that you don’t really have to understand the code. Import code is easily written by hand and presents an opportunity to cement key ideas about syntax.
Sent from my iPhone
On Apr 24, 2019, at 2:16 AM, Patrick Mathias notifications@github.com wrote:
I was planning on including in my lesson and showing them read_delim functions and read_excel. I never use the GUI import but can point it out.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
I don't think there's necessarily a right or wrong here and I think these are all reasonable options.
I dont think that there's much different between copying and pasting from autogenerated code vs code copied from stackoverflow.
from a learners perspective there is only so much you can learn all at once, and deferring learning the ins and outs of reading in data doesn't seem unreasonable.
I have included reading csv and Excel commands in my presentation. Will leave it at that and will plan to mention the button in passing.
@pcmathias @jwrudolf
who was going to tackle data import? will you include pressing "import dataset" button in upper right pane? will you include pressing on the file name -> import dataset?
just curious