imsciences 0.9.6.8__tar.gz → 0.9.6.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 imsciences might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.9.6.8
3
+ Version: 0.9.6.9
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -25,6 +25,7 @@ Requires-Dist: holidays
25
25
  Requires-Dist: google-analytics-data
26
26
  Requires-Dist: geopandas
27
27
  Requires-Dist: geopy
28
+ Requires-Dist: workalendar
28
29
 
29
30
  # IMS Package Documentation
30
31
 
@@ -381,7 +381,7 @@ class datapull:
381
381
 
382
382
  ############################################################### Seasonality ##########################################################################
383
383
 
384
- def pull_seasonality(week_commencing, start_date, countries):
384
+ def pull_seasonality(self, week_commencing, start_date, countries):
385
385
  """
386
386
  Generates a DataFrame with weekly seasonality features.
387
387
 
@@ -1197,7 +1197,7 @@ class datapull:
1197
1197
  def pull_weather(self, week_commencing, start_date, country_codes) -> pd.DataFrame:
1198
1198
  """
1199
1199
  Pull weather data for a given week-commencing day and one or more country codes.
1200
-
1200
+ Tester
1201
1201
  LOGIC:
1202
1202
  1) For non-US countries (AU, GB, DE, CA, ZA):
1203
1203
  - Mesonet => max_temp_f, min_temp_f -> compute mean_temp_f -> weekly average => 'avg_max_temp_f', etc.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.9.6.8
3
+ Version: 0.9.6.9
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -25,6 +25,7 @@ Requires-Dist: holidays
25
25
  Requires-Dist: google-analytics-data
26
26
  Requires-Dist: geopandas
27
27
  Requires-Dist: geopy
28
+ Requires-Dist: workalendar
28
29
 
29
30
  # IMS Package Documentation
30
31
 
@@ -10,3 +10,4 @@ holidays
10
10
  google-analytics-data
11
11
  geopandas
12
12
  geopy
13
+ workalendar
@@ -8,7 +8,7 @@ def read_md(file_name):
8
8
  return f.read()
9
9
  return ''
10
10
 
11
- VERSION = '0.9.6.8'
11
+ VERSION = '0.9.6.9'
12
12
  DESCRIPTION = 'IMS Data Processing Package'
13
13
  LONG_DESCRIPTION = read_md('README.md')
14
14
 
@@ -24,7 +24,7 @@ setup(
24
24
  packages=find_packages(),
25
25
  install_requires=[
26
26
  "pandas", "plotly", "numpy", "fredapi", "xgboost", "scikit-learn",
27
- "bs4", "yfinance", "holidays", "google-analytics-data", "geopandas", "geopy"
27
+ "bs4", "yfinance", "holidays", "google-analytics-data", "geopandas", "geopy", "workalendar"
28
28
  ],
29
29
  keywords=['data processing', 'apis', 'data analysis', 'data visualization', 'machine learning'],
30
30
  classifiers=[
File without changes
File without changes
File without changes