qdesc 0.1.8.3__tar.gz → 0.1.8.4__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.8.3
3
+ Version: 0.1.8.4
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -82,6 +82,7 @@ df = pd.DataFrame({
82
82
 
83
83
  ## Using the qdesc function
84
84
  import qdesc as qd
85
+
85
86
  qd.desc(df)
86
87
 
87
88
  ## License
@@ -73,6 +73,7 @@ df = pd.DataFrame({
73
73
 
74
74
  ## Using the qdesc function
75
75
  import qdesc as qd
76
+
76
77
  qd.desc(df)
77
78
 
78
79
  ## License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.8.3
3
+ Version: 0.1.8.4
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -82,6 +82,7 @@ df = pd.DataFrame({
82
82
 
83
83
  ## Using the qdesc function
84
84
  import qdesc as qd
85
+
85
86
  qd.desc(df)
86
87
 
87
88
  ## License
@@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text()
7
7
 
8
8
  setup(
9
9
  name='qdesc',
10
- version='0.1.8.3',
10
+ version='0.1.8.4',
11
11
  packages=find_packages(),
12
12
  install_requires=[
13
13
  # List your dependencies here, e.g., pandas if your function requires it
File without changes
File without changes
File without changes