qdesc 0.1.6__py3-none-any.whl → 0.1.6.1__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.

Potentially problematic release.


This version of qdesc might be problematic. Click here for more details.

qdesc/__init__.py CHANGED
@@ -1,6 +1,7 @@
1
- def desc(df):
2
- import pandas as pd
3
- import numpy as np
1
+ import pandas as pd
2
+ import numpy as np
3
+
4
+ def desc(df)
4
5
  from scipy.stats import anderson
5
6
  x = np.round(df.describe().T,2)
6
7
  x = x.iloc[:, [0,1,2,5,3,7]]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.6
3
+ Version: 0.1.6.1
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -0,0 +1,6 @@
1
+ qdesc/__init__.py,sha256=1BwkmmnbM9RNIMlqOqCTg8jBmuUS7bGFGcQAiDwN80E,4438
2
+ qdesc-0.1.6.1.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
+ qdesc-0.1.6.1.dist-info/METADATA,sha256=XvwvncOxF5FrXSG0jyTgzfANtsnkJbnFwDY-gaOUVqM,3782
4
+ qdesc-0.1.6.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ qdesc-0.1.6.1.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
+ qdesc-0.1.6.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- qdesc/__init__.py,sha256=NPRlg4X8wabfKVQ25JbRZLoTEL0f9KwfEPEPLP3I870,4445
2
- qdesc-0.1.6.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
- qdesc-0.1.6.dist-info/METADATA,sha256=0PQwiWOmpIXzABYsEu52vnnNKgxNH0Fc3Oyc-IaBDy8,3780
4
- qdesc-0.1.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- qdesc-0.1.6.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
- qdesc-0.1.6.dist-info/RECORD,,
File without changes