cmatkhan commited on
Commit
f808bec
·
verified ·
1 Parent(s): b6f8a41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 YJR060W")
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/)