1: Using Numpy and Pandas
Due April 13 before 9 am Pacific
10 points
Create a public GitHub repository called
gisc606-lab1in your GitHub account usinggithub/codespaces-jupyteras a template repository.See Creating a repository from a template in case you forgot how.
Open your repository in a GitHub Codespace
See the Codespace docs for more.
Create a Jupyter Notebook for and complete each of the following lessons from Earth Lab CU Boulder's Introduction to Earth Data Science textbook. Follow the instructions in each of the labs and type them into your Jupyter Notebook. Make sure to commit changes to your repository often.
Intro to Numpy Arrays:
intro_to_numpy.ipynbImport Text Files Into Numpy Arrays:
import_text_files.ipynbRun Calculations and Summary Statistics on Numpy Arrays:
run_calculations.ipynbSlice (or Select) Data From Numpy Arrays:
slice_or_select.ipynbIntro to Pandas Dataframes:
intro_to_pandas.ipynbImport CSV Files Into Pandas Dataframes:
import_csv.ipynbRun Calculations and Summary Statistics on Pandas Dataframes:
run_calculations_pd.ipynbSelect Data From Pandas Dataframes:
select_data.ipynb
Once you are complete with all the lesson notebooks, navigate to Lab 1 assignment in Canvas
Input the url of your
gisc606-lab1GitHub repository then click submit
Last updated