imsciences 0.6.2.3__tar.gz → 0.6.2.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.6.2.3
3
+ Version: 0.6.2.5
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -1482,7 +1482,7 @@ class dataprocessing:
1482
1482
  df[new_col_name] = df[column_name].apply(categorize_text)
1483
1483
  return df
1484
1484
 
1485
- def compare_overlap(df1, df2, date_col):
1485
+ def compare_overlap(self, df1, df2, date_col):
1486
1486
  """
1487
1487
  Compare overlapping periods between two DataFrames and provide a summary of total differences.
1488
1488
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.6.2.3
3
+ Version: 0.6.2.5
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.1
2
+ Name: imsciences
3
+ Version: 0.6.1.1
4
+ Summary: IMS Data Processing Package
5
+ Author: IMS
6
+ Author-email: cam@im-sciences.com
7
+ Keywords: python,data processing
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Operating System :: Unix
12
+ Classifier: Operating System :: MacOS :: MacOS X
13
+ Classifier: Operating System :: Microsoft :: Windows
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: pandas
16
+
17
+ # IMS Package Documentation
18
+
19
+ The IMS package is a python library for processing incoming data into a format that can be used for projects. IMS processing offers a variety of functions to manipulate and analyze data efficiently. Here are the functionalities provided by the package:
20
+
21
+ ## Data Processing
22
+
23
+ ## Data Pulling
24
+
@@ -3,6 +3,7 @@ setup.py
3
3
  imsciences/__init__.py
4
4
  imsciences/datafunctions.py
5
5
  imsciences.egg-info/PKG-INFO
6
+ imsciences.egg-info/PKG-INFO-IMS-24Ltp-3
6
7
  imsciences.egg-info/SOURCES.txt
7
8
  imsciences.egg-info/dependency_links.txt
8
9
  imsciences.egg-info/requires.txt
@@ -8,7 +8,7 @@ def read_md(file_name):
8
8
  return f.read()
9
9
  return ''
10
10
 
11
- VERSION = '0.6.2.3'
11
+ VERSION = '0.6.2.5'
12
12
  DESCRIPTION = 'IMS Data Processing Package'
13
13
  LONG_DESCRIPTION = read_md('README.md') # Reading from README.md
14
14
 
File without changes
File without changes