Update README.md
Browse files
README.md
CHANGED
|
@@ -208,7 +208,7 @@ WHERE regulator_symbol = 'CST6'
|
|
| 208 |
"""
|
| 209 |
|
| 210 |
result = conn.execute(query, [parquet_path]).fetchall()
|
| 211 |
-
print(f"Found {len(result)} rows for
|
| 212 |
```
|
| 213 |
|
| 214 |
**Dataset Author and Contact**: Chase Mateusiak [@cmatKhan](https://github.com/cmatkhan/)
|
|
|
|
| 208 |
"""
|
| 209 |
|
| 210 |
result = conn.execute(query, [parquet_path]).fetchall()
|
| 211 |
+
print(f"Found {len(result)} rows for CST6")
|
| 212 |
```
|
| 213 |
|
| 214 |
**Dataset Author and Contact**: Chase Mateusiak [@cmatKhan](https://github.com/cmatkhan/)
|