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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.8.2
3
+ Version: 0.1.8.4
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -62,21 +62,27 @@ create visualizations (i.e., qq-plot, histogram, and boxplots) for checking whet
62
62
  pip install qdesc
63
63
 
64
64
  ## Sample use of qdesc functions
65
- ###Creating a sample dataframe
65
+
66
+ ## Creating a sample dataframe
66
67
  import pandas as pd
67
68
  import numpy as np
68
- ### Set seed for reproducibility
69
+
70
+ ## Set seed for reproducibility
69
71
  np.random.seed(21)
70
- ### Create two continuous variables
71
- var1 = np.random.normal(loc=0, scale=1, size=1000) # Normal distribution
72
- var2 = np.random.uniform(low=10, high=50, size=1000) # Uniform distribution
73
- ### Create DataFrame
72
+
73
+ ## Create two continuous variables
74
+ var1 = np.random.normal(loc=0, scale=1, size=1000)
75
+ var2 = np.random.uniform(low=10, high=50, size=1000)
76
+
77
+ ## Create DataFrame
74
78
  df = pd.DataFrame({
75
79
  'Normal_Variable': var1,
76
80
  'Uniform_Variable': var2
77
81
  })
82
+
78
83
  ## Using the qdesc function
79
84
  import qdesc as qd
85
+
80
86
  qd.desc(df)
81
87
 
82
88
  ## License
@@ -0,0 +1,6 @@
1
+ qdesc/__init__.py,sha256=YtYahB-neaYOG3DvVXweSuFExqVZFNR0lAivaPp9_SA,6599
2
+ qdesc-0.1.8.4.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
+ qdesc-0.1.8.4.dist-info/METADATA,sha256=QnEaxbPAB45PhoNcTHHdMa1G7n3JyqCVYxsmyDPFtTo,4407
4
+ qdesc-0.1.8.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ qdesc-0.1.8.4.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
+ qdesc-0.1.8.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- qdesc/__init__.py,sha256=YtYahB-neaYOG3DvVXweSuFExqVZFNR0lAivaPp9_SA,6599
2
- qdesc-0.1.8.2.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
3
- qdesc-0.1.8.2.dist-info/METADATA,sha256=t8lOgUd-IDOIOKAHm68tH3YaZVYZi9hQ6dwO8StEm_k,4449
4
- qdesc-0.1.8.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- qdesc-0.1.8.2.dist-info/top_level.txt,sha256=JuSs1wWRGN77DVuq-SX-5P7m_mIZF0ikEVgPTBOrHb0,6
6
- qdesc-0.1.8.2.dist-info/RECORD,,