qdesc 0.0.7__py3-none-any.whl → 0.0.9__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.0.7
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 [LICENSE](./LICENSE) file for more details.
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...
@@ -0,0 +1,5 @@
1
+ qdesc-0.0.9.dist-info/LICENCE.txt,sha256=xdFo-Rt6I7EP7C_qrVeIBIcH_7mRGUh8sciJs2R8VmY,9684
2
+ qdesc-0.0.9.dist-info/METADATA,sha256=Low07MU6AxLdxeLjFwT18s4OXuickAmW6S3CvIMNJ80,2383
3
+ qdesc-0.0.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
4
+ qdesc-0.0.9.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ qdesc-0.0.9.dist-info/RECORD,,
@@ -1,5 +0,0 @@
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,,
File without changes