work on stat desc sport

This commit is contained in:
Alexis REVELLE 2024-03-04 15:55:58 +00:00
parent 6e5383f594
commit 286bd9cb85
2 changed files with 1239 additions and 14 deletions

View File

@ -1,14 +0,0 @@
import pandas as pd
import numpy as np
import os
import s3fs
import re
import warnings
# Create filesystem object
S3_ENDPOINT_URL = "https://" + os.environ["AWS_S3_ENDPOINT"]
fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})
# Ignore warning
warnings.filterwarnings('ignore')

File diff suppressed because one or more lines are too long