1: Using Numpy and Pandas
Due April 13 before 9 am Pacific
10 points
Create a public GitHub repository called
gisc606-lab1
in your GitHub account usinggithub/codespaces-jupyter
as 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.ipynb
Import Text Files Into Numpy Arrays:
import_text_files.ipynb
Run Calculations and Summary Statistics on Numpy Arrays:
run_calculations.ipynb
Slice (or Select) Data From Numpy Arrays:
slice_or_select.ipynb
Intro to Pandas Dataframes:
intro_to_pandas.ipynb
Import CSV Files Into Pandas Dataframes:
import_csv.ipynb
Run Calculations and Summary Statistics on Pandas Dataframes:
run_calculations_pd.ipynb
Select 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-lab1
GitHub repository then click submit
Last updated