Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
11a7309
1
Parent(s):
129281c
Set duckdb setting to view more of pandas dataframe to set data type
Browse files
src/queries/nflverse/github_data.py
CHANGED
@@ -4,6 +4,8 @@ import os
|
|
4 |
from typing import Callable
|
5 |
|
6 |
|
|
|
|
|
7 |
BASE_URL = "https://github.com/nflverse/nflverse-data/releases/download/"
|
8 |
|
9 |
|
|
|
4 |
from typing import Callable
|
5 |
|
6 |
|
7 |
+
duckdb.default_connection.execute("SET GLOBAL pandas_analyze_sample=100000")
|
8 |
+
|
9 |
BASE_URL = "https://github.com/nflverse/nflverse-data/releases/download/"
|
10 |
|
11 |
|