A Python library containing Big Data practical codes for quick access
Project description
bigdata-helper
Version: 0.1.0
Author: Satyam Kale
A lightweight library that stores ready-to-use Big Data practical codes and lets you retrieve them instantly as strings.
⚠️ This package is intended for learning, practice, and revision. Use responsibly and follow your institution's academic policies.
Install
pip install bigdata-helper
Quick Start
from bigdata_helper import get_code, list_codes
print(list_codes())
print(get_code("mini"))
print(get_code("forestfire"))
Available Codes
mini— Multiple regressors benchmark on a synthetic Graduate Admissions dataset (prints model performance and a sample prediction).forestfire— MapReduce-like analysis pipeline for forest fire dataset with SQLite, correlation, and monthly summaries.
Add More
You can contribute more codes by adding functions to bigdata_helper/codes.py and mapping them in get_code_map().
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 bigdata_helper-0.1.1.tar.gz.
File metadata
- Download URL: bigdata_helper-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce359a1f190270d086972494daa4b979867c2ff0e8dc4ba143ff89c46d1029da
|
|
| MD5 |
c98de30e07d429d22a25f6bcfe3a789c
|
|
| BLAKE2b-256 |
3264f2bfd4711cbcc73a995c833ac02ef31091c2bc7033197963932c96349a8d
|
File details
Details for the file bigdata_helper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: bigdata_helper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 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 |
6428ae63983cfb450e862f8b62aae118ec56df6131547110cd847ec5c5fc8c63
|
|
| MD5 |
a8deab80cde334dce7ca2ba18d631539
|
|
| BLAKE2b-256 |
2532faf0a1a676652e807c4871ae1a19341a8f533d89f4e5329669407c27e910
|