raymondEDS commited on
Commit
52cb672
·
1 Parent(s): 5847a8e

updating homework

Browse files
Files changed (1) hide show
  1. app/pages/week_2.py +2 -2
app/pages/week_2.py CHANGED
@@ -357,9 +357,9 @@ def show():
357
  st.header("Weekly Assignment")
358
  st.markdown("""
359
  ### Assignment 2: Python Basics
360
- 1. Import the dataset that you studied last week: https://github.com/hollandstam1/thesis/blob/main/_book/Quantifying- Art-Historical-Narratives.pdf
361
  2. Create a new notebook and load the dataset
362
- 3. Explore the dataset by answering the following questions:
363
  - How many rows and columns are there in the dataset?
364
  - What are the variables in the dataset?
365
  - What is the data type of each variable?
 
357
  st.header("Weekly Assignment")
358
  st.markdown("""
359
  ### Assignment 2: Python Basics
360
+ 1. Import the dataset that you studied last week: https://github.com/saralemus7/arthistory
361
  2. Create a new notebook and load the dataset
362
+ 3. Explore the dataset by answering the following questions put your answers in this [link](https://colab.research.google.com/drive/1ScwSa8WBcOMCloXsTV5TPFoVrcPHXlW2):
363
  - How many rows and columns are there in the dataset?
364
  - What are the variables in the dataset?
365
  - What is the data type of each variable?