From 4fc9143844e3f111ffe83bd7eab9cabb4d496d94 Mon Sep 17 00:00:00 2001 From: Ricardo Emanuel Vaz Vargas Date: Thu, 25 Jul 2024 15:33:24 -0300 Subject: [PATCH] Add pyarrow package with which Parquet files are handled --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 50782da3..835107bb 100644 --- a/environment.yml +++ b/environment.yml @@ -18,4 +18,4 @@ dependencies: - pandas-profiling=3.6.3 - numba=0.56.4 - missingno=0.5.2 - + - pyarrow=17.0.0 \ No newline at end of file