Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson Contribution - starting with data #494

Open
Talishask opened this issue May 17, 2021 · 0 comments
Open

Lesson Contribution - starting with data #494

Talishask opened this issue May 17, 2021 · 0 comments

Comments

@Talishask
Copy link

I'm a member of The Carpentries Core Team and I'm submitting this issue on behalf of another member of the community. In most cases, I won't be able to follow up or provide more details other than what I'm providing below.


I have a suggestion on the Data Analysis and Visualization in Python for Ecologists (https://datacarpentry.org/python-ecology-lesson/02-starting-with-data/index.html) specifically on the lesson "starting with data" where we now have to import the data we will be working on to python.

I think it would be helpful to add how different paths are in different operating systems for example when one is using windows to import the data in python they would have a code that looks something like:
pd.read_csv("C:\Users\iminathi\Download\portal-teachingdb-master\surveys.csv") which may slightly differ for different windows versions
and for linux it would be something like:
pd.read_csv("/home/iminathi/Downloads/portal-teachingdb-master/surveys.csv").

I think this will be beneficial because it can be a bit confusing when you are hosting a workshop and still learning so when there are students with different os and encounter an error in this you aso get a little bit confused as an instructor if you are not an expert yourself,this once happened to me in my first workshop and lot of time was wasted trying to figure out what the problem is since I was still learning python as well.

tobyhodges pushed a commit to eldrn1/python-ecology-lesson that referenced this issue Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant