qdesc 0.0.7__tar.gz → 0.0.9__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.0.7 → qdesc-0.0.9}/PKG-INFO +4 -4
- {qdesc-0.0.7 → qdesc-0.0.9}/qdesc.egg-info/PKG-INFO +4 -4
- {qdesc-0.0.7 → qdesc-0.0.9}/setup.py +1 -1
- {qdesc-0.0.7 → qdesc-0.0.9}/LICENCE.txt +0 -0
- {qdesc-0.0.7 → qdesc-0.0.9}/README.txt +0 -0
- {qdesc-0.0.7 → qdesc-0.0.9}/qdesc.egg-info/SOURCES.txt +0 -0
- {qdesc-0.0.7 → qdesc-0.0.9}/qdesc.egg-info/dependency_links.txt +0 -0
- {qdesc-0.0.7 → qdesc-0.0.9}/qdesc.egg-info/top_level.txt +0 -0
- {qdesc-0.0.7 → qdesc-0.0.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qdesc
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: Quick and Easy way to do descriptive analysis.
|
|
5
5
|
Author: Paolo Hilado
|
|
6
6
|
Author-email: datasciencepgh@proton.me
|
|
@@ -39,11 +39,11 @@ Later versions will include data visualizations handy for exploring the distribu
|
|
|
39
39
|
pip install qdesc
|
|
40
40
|
|
|
41
41
|
## Usage - doing descriptive analysis using qdesc
|
|
42
|
-
import qdesc as qd
|
|
43
|
-
qd.desc(df)
|
|
42
|
+
### import qdesc as qd
|
|
43
|
+
### qd.desc(df)
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
|
-
This project is licensed under the GPL-3 License. See the
|
|
46
|
+
This project is licensed under the GPL-3 License. See the LICENSE file for more details.
|
|
47
47
|
|
|
48
48
|
## Acknowledgements
|
|
49
49
|
Acknowledgement of the libraries used by this package...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qdesc
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: Quick and Easy way to do descriptive analysis.
|
|
5
5
|
Author: Paolo Hilado
|
|
6
6
|
Author-email: datasciencepgh@proton.me
|
|
@@ -39,11 +39,11 @@ Later versions will include data visualizations handy for exploring the distribu
|
|
|
39
39
|
pip install qdesc
|
|
40
40
|
|
|
41
41
|
## Usage - doing descriptive analysis using qdesc
|
|
42
|
-
import qdesc as qd
|
|
43
|
-
qd.desc(df)
|
|
42
|
+
### import qdesc as qd
|
|
43
|
+
### qd.desc(df)
|
|
44
44
|
|
|
45
45
|
## License
|
|
46
|
-
This project is licensed under the GPL-3 License. See the
|
|
46
|
+
This project is licensed under the GPL-3 License. See the LICENSE file for more details.
|
|
47
47
|
|
|
48
48
|
## Acknowledgements
|
|
49
49
|
Acknowledgement of the libraries used by this package...
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|