Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Dec 8, 2023
1 parent 19b58b8 commit 38828d5
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 1 deletion.
1 change: 1 addition & 0 deletions _sources/notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"import pandas as pd\n",
"from IPython.display import display, Markdown\n",
"df = pd.read_csv('geo_q1.csv')\n",
"df['sum'] = df[list(df.columns)[1:]].sum(axis=1)\n",
"display(Markdown(df.to_html()))"
]
},
Expand Down
Loading

0 comments on commit 38828d5

Please sign in to comment.