Data processing and analysis tools for fuel market research
Project description
StreamFuels
StreamFuels is a collection of updated fuel sales datasets for forecasting, classification, and pattern analysis, focusing on petroleum derivatives, natural gas, and biofuels market across different regions of Brazil.
monthly_sales_state(): Monthly fuel sales data by state from the ANP database
yearly_sales_state(): Yearly fuel sales data by state from ANP database
yearly_sales_city(): Yearly fuel sales data by city from ANP database
monthly_operations_state(): Monthly oil production, NGL production, natural gas production, reinjection, flaring and losses, self-consumption, and available natural gas. It provides a comprehensive view of petroleum and gas operations.
Installation
pip install streamfuels
After that you can import using the target python environment:
from streamfuels.datasets import DatasetLoader
loader = DatasetLoader()
result, flag = loader.yearly_sales_state()
df, metadata = loader.read_tsf(path_tsf=result)
Yearly sales of petroleum derivatives in the states of Brazil.
result, flag = loader.yearly_sales_state()
Monthly sales of petroleum derivatives in the states of Brazil.
result, flag = loader.monthly_sales_state()
Monthly oil and gas operations in the states of Brazil.
result, flag = loader.monthly_operations_state()
Yearly sales of petroleum derivatives in the cities of Brazil.
result, flag = loader.yearly_sales_city()
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
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 streamfuels-0.1.2.tar.gz.
File metadata
- Download URL: streamfuels-0.1.2.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ec268250484874ae82d2ad873aba60cde34694a851c87d6be13bb275011f074
|
|
| MD5 |
82d3c4cfbab577caf2cf1af909aeb7c8
|
|
| BLAKE2b-256 |
480f2b8d95f318ccdaa4373bddd469188ef155a44618f88b049800ba68f7e354
|
File details
Details for the file streamfuels-0.1.2-py3-none-any.whl.
File metadata
- Download URL: streamfuels-0.1.2-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c822e47eed521866ca63ebf0fc5bcacede0719502acfa733861cea40ff936fc
|
|
| MD5 |
d551467ec8078f74b50022835a7c0321
|
|
| BLAKE2b-256 |
7a00b7e21cb1f9242626c1c59ea0a50e369a6a4419f1945e8b099bc7bbeac70f
|