Skip to content

Commit

Permalink
Systematic testing part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall committed Apr 19, 2024
1 parent 6d238c2 commit 8f05d63
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/analytics_tools/python_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ As an example, in a notebook:
from calitp_data_analysis.sql import query_sql
```

```{code-cell}
df_dim_agency = query_sql("""
SELECT
*
FROM `mart_gtfs.dim_agency`
LIMIT 10""", as_df=True)
```

(siuba)=

## siuba
Expand Down

0 comments on commit 8f05d63

Please sign in to comment.