qdesc 0.0.6__py3-none-any.whl → 0.0.8__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-0.0.6.dist-info → qdesc-0.0.8.dist-info}/METADATA +29 -1
- qdesc-0.0.8.dist-info/RECORD +5 -0
- qdesc-0.0.6.dist-info/RECORD +0 -5
- {qdesc-0.0.6.dist-info → qdesc-0.0.8.dist-info}/LICENCE.txt +0 -0
- {qdesc-0.0.6.dist-info → qdesc-0.0.8.dist-info}/WHEEL +0 -0
- {qdesc-0.0.6.dist-info → qdesc-0.0.8.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qdesc
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8
|
|
4
4
|
Summary: Quick and Easy way to do descriptive analysis.
|
|
5
5
|
Author: Paolo Hilado
|
|
6
6
|
Author-email: datasciencepgh@proton.me
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENCE.txt
|
|
9
9
|
|
|
10
|
+
# qdesc - Quick and Easy Descriptive Analysis
|
|
11
|
+
|
|
12
|
+
## Overview
|
|
10
13
|
This is a package for quick and easy descriptive analysis.
|
|
11
14
|
Required packages include: pandas, numpy, and SciPy version 1.14.1
|
|
12
15
|
Be sure to run the following prior to using the "qd.desc" function:
|
|
@@ -31,3 +34,28 @@ Run the function qd.desc(df) to get the following statistics:
|
|
|
31
34
|
* 1% crit_value - critical value for a 1% Significance Level
|
|
32
35
|
|
|
33
36
|
Later versions will include data visualizations handy for exploring the distribution of the data set.
|
|
37
|
+
|
|
38
|
+
## Installation
|
|
39
|
+
pip install qdesc
|
|
40
|
+
|
|
41
|
+
## Usage - doing descriptive analysis using qdesc
|
|
42
|
+
import qdesc as qd
|
|
43
|
+
qd.desc(df)
|
|
44
|
+
|
|
45
|
+
## License
|
|
46
|
+
This project is licensed under the GPL-3 License. See the LICENSE file for more details.
|
|
47
|
+
|
|
48
|
+
## Acknowledgements
|
|
49
|
+
Acknowledgement of the libraries used by this package...
|
|
50
|
+
|
|
51
|
+
### Pandas
|
|
52
|
+
Pandas is distributed under the BSD 3-Clause License, pandas is developed by Pandas contributors. Copyright (c) 2008-2024, the pandas development team All rights reserved.
|
|
53
|
+
### NumPy
|
|
54
|
+
NumPy is distributed under the BSD 3-Clause License, numpy is developed by NumPy contributors. Copyright (c) 2005-2024, NumPy Developers. All rights reserved.
|
|
55
|
+
### SciPy
|
|
56
|
+
SciPy is distributed under the BSD License, scipy is developed by SciPy contributors. Copyright (c) 2001-2024, SciPy Developers. All rights reserved.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
qdesc-0.0.8.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
|
|
2
|
+
qdesc-0.0.8.dist-info/METADATA,sha256=P6YyQLbkm0yC7L-DpaaSNpS1VekcXRqWsfNB-DehAbg,2375
|
|
3
|
+
qdesc-0.0.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
4
|
+
qdesc-0.0.8.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
qdesc-0.0.8.dist-info/RECORD,,
|
qdesc-0.0.6.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
qdesc-0.0.6.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
|
|
2
|
-
qdesc-0.0.6.dist-info/METADATA,sha256=4UXbtM5pG58gsQbHzlpmhhIh1BDLDxpLUSjr9FlXuIU,1474
|
|
3
|
-
qdesc-0.0.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
4
|
-
qdesc-0.0.6.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
-
qdesc-0.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|