From 06041ea7a87382c0f3d0184cfb3807818501997d Mon Sep 17 00:00:00 2001 From: Cor Date: Fri, 22 Sep 2023 11:20:25 +0200 Subject: [PATCH] Set pandas analyze sample to 100000 (#30) --- profiles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles.yml b/profiles.yml index 01c667a..bf6ffbb 100644 --- a/profiles.yml +++ b/profiles.yml @@ -4,6 +4,8 @@ github: default: type: duckdb path: "{{ env_var('DUCKDB_PATH') }}" + settings: + pandas_analyze_sample: 100000 plugins: - module: github_contributions.plugin alias: github_contributions