My Project Title
by Suraj Rampure (rampure@ucsd.edu)
Note: If you choose a repo name and title as uninspired as the ones here, I will be quite sad.
Introduction
In this project, we studied the effectiveness of spice challenges in building team morale.
Cleaning and EDA
Assessment of Missingness
Here’s what a Markdown table looks like. Note that the code for this table was generated automatically from a DataFrame, using
print(counts[['Quarter', 'Count']].head().to_markdown(index=False))
| Quarter | Count |
|---|---|
| Fall 2020 | 3 |
| Winter 2021 | 2 |
| Spring 2021 | 6 |
| Summer 2021 | 4 |
| Fall 2021 | 55 |