qdesc 0.1.0__tar.gz → 0.1.1__tar.gz
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-0.1.0 → qdesc-0.1.1}/PKG-INFO +6 -1
- {qdesc-0.1.0 → qdesc-0.1.1}/qdesc.egg-info/PKG-INFO +6 -1
- {qdesc-0.1.0 → qdesc-0.1.1}/setup.py +1 -1
- {qdesc-0.1.0 → qdesc-0.1.1}/LICENCE.txt +0 -0
- {qdesc-0.1.0 → qdesc-0.1.1}/README.txt +0 -0
- {qdesc-0.1.0 → qdesc-0.1.1}/qdesc.egg-info/SOURCES.txt +0 -0
- {qdesc-0.1.0 → qdesc-0.1.1}/qdesc.egg-info/dependency_links.txt +0 -0
- {qdesc-0.1.0 → qdesc-0.1.1}/qdesc.egg-info/top_level.txt +0 -0
- {qdesc-0.1.0 → qdesc-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qdesc
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Quick and Easy way to do descriptive analysis.
|
|
5
5
|
Author: Paolo Hilado
|
|
6
6
|
Author-email: datasciencepgh@proton.me
|
|
@@ -33,6 +33,11 @@ Run the function qd.desc(df) to get the following statistics:
|
|
|
33
33
|
* 5% crit_value - critical value for a 5% Significance Level
|
|
34
34
|
* 1% crit_value - critical value for a 1% Significance Level
|
|
35
35
|
|
|
36
|
+
Run the function qd.freqdist(df, "Variable Name") to easily create a frequency distribution for your chosen categorical variable with the following:
|
|
37
|
+
* Variable Levels (i.e., for Sex Variable: Male and Female)
|
|
38
|
+
* Counts - the number of observations
|
|
39
|
+
* Percentage - percentage of observations from total.
|
|
40
|
+
|
|
36
41
|
Later versions will include data visualizations handy for exploring the distribution of the data set.
|
|
37
42
|
|
|
38
43
|
## Installation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qdesc
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Quick and Easy way to do descriptive analysis.
|
|
5
5
|
Author: Paolo Hilado
|
|
6
6
|
Author-email: datasciencepgh@proton.me
|
|
@@ -33,6 +33,11 @@ Run the function qd.desc(df) to get the following statistics:
|
|
|
33
33
|
* 5% crit_value - critical value for a 5% Significance Level
|
|
34
34
|
* 1% crit_value - critical value for a 1% Significance Level
|
|
35
35
|
|
|
36
|
+
Run the function qd.freqdist(df, "Variable Name") to easily create a frequency distribution for your chosen categorical variable with the following:
|
|
37
|
+
* Variable Levels (i.e., for Sex Variable: Male and Female)
|
|
38
|
+
* Counts - the number of observations
|
|
39
|
+
* Percentage - percentage of observations from total.
|
|
40
|
+
|
|
36
41
|
Later versions will include data visualizations handy for exploring the distribution of the data set.
|
|
37
42
|
|
|
38
43
|
## Installation
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|