storing output
Using the attached CSV file write a Python script that can perform following tasks.
- Step 1: Create two tables inside SQLite database
- Step 2: Store following outputs
- Neighbourhood, count(No-Shows=Yes)
- PatientID, count(No-Shows=Yes)
For your submission, include the following:
- Attach a Python script.
- An output screenshot.