qdesc 0.0.5__py3-none-any.whl → 0.0.7__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,11 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.0.5
3
+ Version: 0.0.7
4
+ Summary: Quick and Easy way to do descriptive analysis.
4
5
  Author: Paolo Hilado
5
6
  Author-email: datasciencepgh@proton.me
6
7
  Description-Content-Type: text/markdown
7
8
  License-File: LICENCE.txt
8
9
 
10
+ # qdesc - Quick and Easy Descriptive Analysis
11
+
12
+ ## Overview
9
13
  This is a package for quick and easy descriptive analysis.
10
14
  Required packages include: pandas, numpy, and SciPy version 1.14.1
11
15
  Be sure to run the following prior to using the "qd.desc" function:
@@ -28,3 +32,30 @@ Run the function qd.desc(df) to get the following statistics:
28
32
  * AD_stat - Anderson - Darling Statistic
29
33
  * 5% crit_value - critical value for a 5% Significance Level
30
34
  * 1% crit_value - critical value for a 1% Significance Level
35
+
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](./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.7.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
2
+ qdesc-0.0.7.dist-info/METADATA,sha256=xYQ-sFOckIpi2hIDHwSXJYxjtkEh0aewWpvtl75k1iU,2388
3
+ qdesc-0.0.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
4
+ qdesc-0.0.7.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ qdesc-0.0.7.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- qdesc-0.0.5.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
2
- qdesc-0.0.5.dist-info/METADATA,sha256=SnT9Lt6BJEIW2HUU3cxt27vplOhZRv0HADK7upY2coI,1312
3
- qdesc-0.0.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
4
- qdesc-0.0.5.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- qdesc-0.0.5.dist-info/RECORD,,
File without changes