qdesc 0.1.6__tar.gz → 0.1.6.2__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.6
3
+ Version: 0.1.6.2
4
4
  Summary: Quick and Easy way to do descriptive analysis.
5
5
  Author: Paolo Hilado
6
6
  Author-email: datasciencepgh@proton.me
@@ -1,4 +1,6 @@
1
- def desc(df):
1
+
2
+
3
+ def desc(df)
2
4
  import pandas as pd
3
5
  import numpy as np
4
6
  from scipy.stats import anderson
@@ -77,6 +79,8 @@ def clean_sheet_name(name):
77
79
  return name
78
80
 
79
81
  def freqdist_to_excel(df, output_path, sort_by='Percentage', ascending=False, top_n=None):
82
+ import pandas as pd
83
+ import numpy as np
80
84
  used_names = set()
81
85
  with pd.ExcelWriter(output_path, engine='xlsxwriter') as writer:
82
86
  for column in df.select_dtypes(include=['object', 'category']).columns:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qdesc
3
- Version: 0.1.6
3
+ Version: 0.1.6.2
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 +7,7 @@ long_description = (this_directory / "README.md").read_text()
7
7
 
8
8
  setup(
9
9
  name='qdesc',
10
- version='0.1.6',
10
+ version='0.1.6.2',
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