generalization #7
|
@ -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')
|
|
||||||
|
|
1239
Sport/Descriptive_statistics/stat_desc_sport.ipynb
Normal file
1239
Sport/Descriptive_statistics/stat_desc_sport.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user