Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashwanth1119/energy-data-analysis
Power bi project
https://github.com/yashwanth1119/energy-data-analysis
Last synced: about 2 months ago
JSON representation
Power bi project
- Host: GitHub
- URL: https://github.com/yashwanth1119/energy-data-analysis
- Owner: Yashwanth1119
- License: gpl-3.0
- Created: 2023-07-13T05:55:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T07:02:48.000Z (over 1 year ago)
- Last Synced: 2023-08-08T07:44:26.290Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Energy Data Analysis**
A simple python implementation with EDA
### **Problem Statement**
Today, as countries try to diversify their energy portfolios and effect a greater reliance on
cleaner power, they are left with one major problem. The two main sources of renewable
energy- solar and wind- are, in their very nature, variable. The power generated by a solar
panel or a wind turbine is never uniform and depends on a range of external factors —
intensity of solar radiation, cloud cover, wind speed — that can’t be controlled.
1. The folder raw.zip has raw files which were measured in a station. As the name
indicates, there are 2 inverters, 1 energy meter (named MFM) and 1 meteorological
substation (named WMS)
2. The raw data is a stream of data which gets recorded by the sensors on the field and
is
sent over the cloud.
3. The raw data is cleansed into a Gen-1 data format, here the following operations are
performed:
a. For Inverters
i. For inverters, column i32 indicates the timestamp of the row. Make this as the first
column in
the Gen1 file and rename the column header to ‘Timestamp’).
b. For Energy meters (MFM)
i. Same rules as above, only difference is timestamp column is m63
c. For Energy meters (MFM)
i. Same rules as above, only difference is timestamp column is w23## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/)
## License
[GNU](https://choosealicense.com/licenses/gpl-3.0/)
## Documentation
[Documentation](https://linktodocumentation)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
## Screenshots
![App Screenshot](https://github.com/Yashwanth1119/Energy-Data-Analysis/blob/main/Worksheet/eda-5.PNG)