qdesc 0.1.8.3__py3-none-any.whl → 0.1.8.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.

Potentially problematic release.


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

qdesc/__init__.py CHANGED
@@ -55,6 +55,7 @@ def freqdist(df, column_name):
55
55
 
56
56
 
57
57
  def freqdist_a(df, ascending=False):
58
+ import pandas as pd
58
59
  results = []
59
60
  for column in df.select_dtypes(include=['object', 'category']).columns:
60
61
  frequency_table = df[column].value_counts()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.8.3
3
+ Version: 0.1.8.5
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -82,6 +82,7 @@ df = pd.DataFrame({
82
82
 
83
83
  ## Using the qdesc function
84
84
  import qdesc as qd
85
+
85
86
  qd.desc(df)
86
87
 
87
88
  ## License
@@ -0,0 +1,6 @@
1
+ qdesc/__init__.py,sha256=1I8XCqG4wwqfKijIVFRZ-PK84MiKOkW57zWU372NPRc,6624
2
+ qdesc-0.1.8.5.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
+ qdesc-0.1.8.5.dist-info/METADATA,sha256=qhonWRLjCIoRy2s2T58oepk02dsdC0t2ZwP2nliifP0,4407
4
+ qdesc-0.1.8.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ qdesc-0.1.8.5.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
+ qdesc-0.1.8.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- qdesc/__init__.py,sha256=YtYahB-neaYOG3DvVXweSuFExqVZFNR0lAivaPp9_SA,6599
2
- qdesc-0.1.8.3.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
- qdesc-0.1.8.3.dist-info/METADATA,sha256=KfbdzBeICD_iAoxTj91kz7st1f37kLtgGeJMWtI52ec,4405
4
- qdesc-0.1.8.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- qdesc-0.1.8.3.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
- qdesc-0.1.8.3.dist-info/RECORD,,