-
# Exploratory software development with Claude - Brandon Corfman
Best practice for branching and versioning with prompt engineering
[https://bcorfman.github.io/post/exploratory_software-_devt/](http…
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/393333) Testspace session.
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/391565) Testspace session.
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/391560) Testspace session.
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/391559) Testspace session.
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/391558) Testspace session.
-
Following are the observations captured during [Run 'Exploratory' spec](https://munderseth.testspace.com/spaces/223036/result_sets/391557) Testspace session.
-
Related to #10 . For all patients identified via PLUNC from 2016 forward, provide patient counts by the following variables:
1. Risk Category: SR – Standard risk vs HR – High risk
2. Physician
3. …
-
-
import seaborn as sns
import pandas as pd
def perform_eda(data):
sns.pairplot(data)
plt.show()