generalization #7

Merged
arevelle-ensae merged 9 commits from generalization into main 2024-03-07 13:58:03 +01:00
2 changed files with 1239 additions and 14 deletions
Showing only changes of commit 286bd9cb85 - Show all commits

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