A Python module for loading financial datasets from various sources
Project description
Financial Dataset Loader
A Python module for efficiently loading financial datasets from various sources including AWS S3.
Features
- Load financial datasets from AWS S3
- Flexible data source configuration
- Path management and organization
- File name formatting utilities
Installation
pip install financial-dataset-loader
Usage
from financial_dataset_loader import dataset_loader_s3, data_source
# Configure your data source
source = data_source.DataSource(
bucket_name="your-bucket",
base_path="your/base/path"
)
# Create a loader
loader = dataset_loader_s3.DatasetLoaderS3(source)
# Load your dataset
dataset = loader.load_dataset("your_dataset_name")
Requirements
- Python >= 3.11
- aws-s3-controller
License
MIT License
Author
June Young Park (juneyoungpaak@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file financial_dataset_loader-0.1.2.tar.gz.
File metadata
- Download URL: financial_dataset_loader-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4869b216122029df135e6f146202dcf16a844f24623e61ec09103820a965f29
|
|
| MD5 |
86a970e661a1310da8d9dc416fe65d97
|
|
| BLAKE2b-256 |
21b54a9316c994ab9716af8d9193e67f9ba8ccc8fe1824951af23436f216cc86
|
File details
Details for the file financial_dataset_loader-0.1.2-py3-none-any.whl.
File metadata
- Download URL: financial_dataset_loader-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37537d15db6d3b5574c80c059c03aeef5ca853f6df65db6be600ddc0fadd233
|
|
| MD5 |
90947e47dbcda2b163d6e916c1f035e8
|
|
| BLAKE2b-256 |
bfcf5e0eb71b79a9229644c16c5fdc58b3fe7af44a61aa3d673cae95c8768feb
|