cryptodatapy 0.2.30__py3-none-any.whl → 0.2.32__py3-none-any.whl
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.
- cryptodatapy/transform/wrangle.py +2 -2
- {cryptodatapy-0.2.30.dist-info → cryptodatapy-0.2.32.dist-info}/METADATA +2 -2
- {cryptodatapy-0.2.30.dist-info → cryptodatapy-0.2.32.dist-info}/RECORD +5 -5
- {cryptodatapy-0.2.30.dist-info → cryptodatapy-0.2.32.dist-info}/LICENSE +0 -0
- {cryptodatapy-0.2.30.dist-info → cryptodatapy-0.2.32.dist-info}/WHEEL +0 -0
@@ -839,10 +839,10 @@ class WrangleData:
|
|
839
839
|
# resample
|
840
840
|
if self.data_req.freq in ['d', 'w', 'm', 'q', 'y']:
|
841
841
|
self.tidy_data = (
|
842
|
-
|
842
|
+
self.tidy_data.funding_rate
|
843
843
|
.groupby('ticker')
|
844
844
|
.resample('d', level='date')
|
845
|
-
.
|
845
|
+
.sum()
|
846
846
|
).to_frame().swaplevel('ticker', 'date').sort_index()
|
847
847
|
|
848
848
|
return self.tidy_data
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: cryptodatapy
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.32
|
4
4
|
Summary: Cryptoasset data library
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Systamental
|
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Dist: DBnomics (>=1.2.3)
|
16
16
|
Requires-Dist: ccxt (>=1.91.52)
|
17
17
|
Requires-Dist: coinmetrics-api-client (>=2022.6.17) ; python_version >= "3.7"
|
18
|
+
Requires-Dist: cryptodatapy-pandas-datareader (>=0.10.1)
|
18
19
|
Requires-Dist: fsspec (>=2024.6.1)
|
19
20
|
Requires-Dist: investpy (>=1.0.8)
|
20
21
|
Requires-Dist: matplotlib (>=3.5.2)
|
21
22
|
Requires-Dist: numpy (>=1.23.2)
|
22
23
|
Requires-Dist: openpyxl (>=3.1.2)
|
23
24
|
Requires-Dist: pandas (>=2.2.3)
|
24
|
-
Requires-Dist: pandas-datareader (>=0.10.0)
|
25
25
|
Requires-Dist: polygon-api-client (>=1.14.6)
|
26
26
|
Requires-Dist: prophet (>=1.1) ; python_version >= "3.7"
|
27
27
|
Requires-Dist: pyarrow (>=17.0.0)
|
@@ -53,12 +53,12 @@ cryptodatapy/transform/convertparams.py,sha256=yrm9Gr6Fm7CaVTfxHGs0TJx6ZtP7llrlI
|
|
53
53
|
cryptodatapy/transform/filter.py,sha256=37MjUKUay3dwwyn47rnNOU51X_OFzmWq_N9buALzq9k,9058
|
54
54
|
cryptodatapy/transform/impute.py,sha256=_0-SX5nnPrYgJYT-HKwBGNkmWXRMy9-C2oeU6VqkQp0,5537
|
55
55
|
cryptodatapy/transform/od.py,sha256=mI1oojMbfmdO9ZewL3AvMxoXuMM05Ut2oGm_ogMf2XU,30386
|
56
|
-
cryptodatapy/transform/wrangle.py,sha256=
|
56
|
+
cryptodatapy/transform/wrangle.py,sha256=FD4gHo4N2H90qs-mzW9HA77Nd_pMRHRuZehY-qcWwYw,44807
|
57
57
|
cryptodatapy/util/__init__.py,sha256=zSQ2HU2QIXzCuptJjknmrClwtQKCvIj4aNysZljIgrU,116
|
58
58
|
cryptodatapy/util/datacatalog.py,sha256=qCCX6srXvaAbVAKuA0M2y5IK_2OEx5xA3yRahDZlC-g,13157
|
59
59
|
cryptodatapy/util/datacredentials.py,sha256=BnoQlUchbP0vfXqXRuhCOOsHyUTMuH5T4RAKBbHzMyo,3140
|
60
60
|
cryptodatapy/util/utils.py,sha256=OTTa4YvRj7Cb_2h5h8xoDy9Ap0LB1rg_wFgsDwy9R9o,4244
|
61
|
-
cryptodatapy-0.2.
|
62
|
-
cryptodatapy-0.2.
|
63
|
-
cryptodatapy-0.2.
|
64
|
-
cryptodatapy-0.2.
|
61
|
+
cryptodatapy-0.2.32.dist-info/LICENSE,sha256=sw4oVq8bDjT3uMtaFebQ-xeIVP4H-bXldTs9q-Jjeks,11344
|
62
|
+
cryptodatapy-0.2.32.dist-info/METADATA,sha256=w7MQDs3NLviEh0hB3iByVxgDzx-iSPAXqHCBiTQBW2o,6486
|
63
|
+
cryptodatapy-0.2.32.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
64
|
+
cryptodatapy-0.2.32.dist-info/RECORD,,
|
File without changes
|
File without changes
|