Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 2.05 KB

HW1-report.md

File metadata and controls

61 lines (32 loc) · 2.05 KB

HW 1 - CS 625, Fall 2024

Insert Your Name Here
Due: September 08, 2024

Git, GitHub

What is the URL of the GitHub repo that you created in your personal account?

In which direction does the 'push' command work (send local changes to remote OR send remote changes to local or something else)?

You have committed a change on your local machine/remote. However, you want to undo the changes committed. How would you do that?

Markdown

Create a bulleted list with at least 3 items

Write a single paragraph that demonstrates the use of italics, bold, bold italics, code, and includes a link. The paragraph must explain your favorite Olympic sport/game, the country that won the most number of olympic medals (Summer) in your favorite sport in 2020 (Japan) and 2024 (France). You are free to include more information.

Create a level 3 heading

Insert a image of your favorite Olympics sport/game, sized appropriately

Tableau

Insert the image of your horizontal bar chart here. Reminder, this should show countries that won most number of medals in Paris2024 Summer Olynpics by continent.

Google Colab

What is the URL of your Google Colab notebook?

Python/Seaborn

Insert the first penguin chart here

Describe what the figure is showing.

Insert the second penguin chart here

Describe what the figure is showing.

What happened when you removed the outer parentheses from the code? Why?

Observable and Vega-Lite

What happens when you replace markCircle() with markSquare()?

What happens when you replace markCircle() with markPoint()?

What change do you need to make to swap the x and y axes on the scatterplot?

Insert the bar chart image here

Why do you think this chart is the result of this code change?

References

Every report must list the references (including the URL) that you consulted while completing the assignment. Replace the items below with the references you consulted