GoekenDataScience 0.1.17__tar.gz → 0.1.18__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.
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/PKG-INFO +1 -1
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/pyproject.toml +1 -1
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/PKG-INFO +1 -1
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/goekendatascience/goekendatascience.py +1 -1
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/LICENSE.txt +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/README.md +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/setup.cfg +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/SOURCES.txt +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/dependency_links.txt +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/requires.txt +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/top_level.txt +0 -0
- {goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/goekendatascience/__init__.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "GoekenDataScience" # Package name on PyPI
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.18" # Increment this for new releases
|
|
8
8
|
description = "Python package for Goeken Data Science"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7" # minimum Python version
|
{goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/goekendatascience/goekendatascience.py
RENAMED
|
@@ -56,7 +56,7 @@ class TickerDataFetch:
|
|
|
56
56
|
self.folder_scan()
|
|
57
57
|
for ticker in self.namelist:
|
|
58
58
|
data = pd.read_csv(os.path.join(self.output_folder, f"{ticker} {self.namelist[ticker]}.csv"))
|
|
59
|
-
|
|
59
|
+
data.set_index('Date',inplace=True)
|
|
60
60
|
ticker_data[ticker] = data
|
|
61
61
|
return ticker_data
|
|
62
62
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/requires.txt
RENAMED
|
File without changes
|
{goekendatascience-0.1.17 → goekendatascience-0.1.18}/src/GoekenDataScience.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|