pta_reload now supports pandas 2.x and numpy 2.x.
Project description
Pandas TA Reloaded
pta_reload now supports pandas 2.x and numpy 2.x.
Installation
pip install pta_reload
Quick Start
from pta_reload import ta
import pandas as pd
# Load your data
df = pd.read_csv("your_data.csv")
# Calculate SMA
df["SMA_10"] = ta.sma(df["Close"], length=10)
For more information, see the Documentation and Publishing Guide.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pta_reload-1.0.5.tar.gz
(63.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pta_reload-1.0.5-py3-none-any.whl
(113.6 kB
view details)
File details
Details for the file pta_reload-1.0.5.tar.gz.
File metadata
- Download URL: pta_reload-1.0.5.tar.gz
- Upload date:
- Size: 63.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6e7c1600b20100028b70bf6ab9d39af41d769b2d65cbb1ce86c654ccb6998ca
|
|
| MD5 |
608fded373bbfd03eb2abe10a710ad16
|
|
| BLAKE2b-256 |
74485a53eefcfdabaf9a1d72389cfde7fb4835e7ba18e6c48c4fe97856c03719
|
File details
Details for the file pta_reload-1.0.5-py3-none-any.whl.
File metadata
- Download URL: pta_reload-1.0.5-py3-none-any.whl
- Upload date:
- Size: 113.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
011d56220c8c8b2248e46f0a98e7b2d3175e62646af540fff87f9397f0fdbc2d
|
|
| MD5 |
171e582ffd82916429fda60ec0b235b5
|
|
| BLAKE2b-256 |
58359a85b7c8d20e73b2083a6c5788e3714042953e7f2e0cd562600de700391a
|