Skip to content

Commit

Permalink
Update DS250_Template.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Feb 19, 2025
1 parent cab2c40 commit a41a644
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Templates/DS250_Template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ execute:
import pandas as pd
import numpy as np
import plotly.express as px
```
Expand All @@ -43,7 +44,7 @@ _paste your elevator pitch here_
_A SHORT (4-5 SENTENCES) PARAGRAPH THAT `DESCRIBES KEY INSIGHTS` TAKEN FROM METRICS IN THE PROJECT RESULTS THINK TOP OR MOST IMPORTANT RESULTS._
```{python}
#| label: project data
#| label: project-data
#| code-summary: Read and format project data
# Include and execute your code here
df = pd.read_csv("https://github.com/byuidatascience/data4names/raw/master/data-raw/names_year/names_year.csv")
Expand All @@ -68,7 +69,7 @@ _type your results and analysis here_
_include figures in chunks and discuss your findings in the figure._
```{python}
#| label: Q1 chart
#| label: Q1_chart
#| code-summary: plot example
#| fig-cap: "My useless chart"
#| fig-align: center
Expand Down

0 comments on commit a41a644

Please sign in to comment.