reflexive 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- reflexive/analyse/general.py +1 -2
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/METADATA +1 -1
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/RECORD +7 -7
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/LICENSE +0 -0
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/LICENSE.txt +0 -0
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/WHEEL +0 -0
- {reflexive-0.1.4.dist-info → reflexive-0.1.5.dist-info}/top_level.txt +0 -0
reflexive/analyse/general.py
CHANGED
|
@@ -15,7 +15,6 @@ class General:
|
|
|
15
15
|
def __init__(self,parameters:Parameters):
|
|
16
16
|
#print(parameters)
|
|
17
17
|
self.__parameters = parameters.all_parameters()
|
|
18
|
-
self.outlier_fence = Util.outlier_fence()
|
|
19
18
|
self.logger.debug(f"Parameters: {self.__parameters}")
|
|
20
19
|
|
|
21
20
|
|
|
@@ -34,7 +33,7 @@ class General:
|
|
|
34
33
|
tempdf = df.copy()
|
|
35
34
|
# Calculate text length
|
|
36
35
|
tempdf["text_length"] = tempdf.text.apply(lambda t: len(t))
|
|
37
|
-
fence =
|
|
36
|
+
fence = Util.outlier_fence(tempdf.text_length)
|
|
38
37
|
print(fence)
|
|
39
38
|
# Check change with removed outliers
|
|
40
39
|
checkdf = tempdf[tempdf.text_length<fence['UPPER']]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
reflexive/__init__.py,sha256=DXmbgl_xMxd9Flqx3LXfbuYmYaJqzbDjB6r4mcPx75Y,292
|
|
2
2
|
reflexive/analyse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
reflexive/analyse/aws_nlp.py,sha256=_BTfeWrzhHidXJtGmodhaHWHqt2g0PIw46SlGW1t25Q,8357
|
|
4
|
-
reflexive/analyse/general.py,sha256=
|
|
4
|
+
reflexive/analyse/general.py,sha256=ZPHkJcwwiV0CZQYa7JX9qjM5fm41MCPAq58GjtEtLKY,4388
|
|
5
5
|
reflexive/analyse/reflexive_expressions.py,sha256=YGd346EH78KMOrzfAyP07o7DOvfQF9mybDSc4bZuoio,5121
|
|
6
6
|
reflexive/aws_connect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
reflexive/aws_connect/comprehend.py,sha256=eGbjf2Njy2KBTWd33GGrwFIk5e9GcKfUETBr_6mSvY0,7706
|
|
@@ -12,9 +12,9 @@ reflexive/common/parameters.py,sha256=p_0YdP8d0q1l76dOK3Xaj24GKPUVtzMY1buvzgT-IP
|
|
|
12
12
|
reflexive/common/util.py,sha256=veosgILUeFGZIeN4qEBsIVgGxHQP1ytSNkeeE3h2GiE,3221
|
|
13
13
|
reflexive/visual/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
reflexive/visual/display.py,sha256=XiRC3Asx9Ed3xCNCt3_DlbF45JcifNbXH_B44jxqqp0,3886
|
|
15
|
-
reflexive-0.1.
|
|
16
|
-
reflexive-0.1.
|
|
17
|
-
reflexive-0.1.
|
|
18
|
-
reflexive-0.1.
|
|
19
|
-
reflexive-0.1.
|
|
20
|
-
reflexive-0.1.
|
|
15
|
+
reflexive-0.1.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
16
|
+
reflexive-0.1.5.dist-info/LICENSE.txt,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
17
|
+
reflexive-0.1.5.dist-info/METADATA,sha256=9eXTsbm6trY164ssIHpXMCQlcI1VsEWwAGEqV_xyFiI,619
|
|
18
|
+
reflexive-0.1.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
reflexive-0.1.5.dist-info/top_level.txt,sha256=pOMr-QGleRBRCFBozgvM-UUUmOjD_-naJfu1522E2V8,10
|
|
20
|
+
reflexive-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|