Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] No README.md File in data folder #110

Closed
1 task done
AHSANATIQ98 opened this issue Oct 12, 2024 · 2 comments
Closed
1 task done

[FEATURE] No README.md File in data folder #110

AHSANATIQ98 opened this issue Oct 12, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)

Comments

@AHSANATIQ98
Copy link

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

Adding readme file will help people to understand dat. No EDA can be performed without data understanding.

Proposed Solution

Adding text which describes the summary of data.

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

Dataset Overview: Contains historical stock data for SBI with daily records of open, high, low, close prices, adjusted close prices, and trading volume.

File Format: CSV (Comma-Separated Values)

Data Columns:

Date: Date of the trading session
Open: Opening price
High: Highest price during the session
Low: Lowest price during the session
Close: Closing price
Adj Close: Adjusted closing price
Volume: Number of shares traded
Usage: This dataset can be used for stock price analysis, visualization, and predictive modeling.

Requirements:

Python with libraries like Pandas and Matplotlib (if analyzing/visualizing)
Getting Started:

Clone the repository or download the CSV file.
Load the data using Pandas for analysis.
License: Specify the license under which the dataset is shared (e.g., MIT License).

@AHSANATIQ98 AHSANATIQ98 added the enhancement New feature or request label Oct 12, 2024
Copy link
Contributor

Ensure the issue is not similar or previously being worked on.Thanks for your time

@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC) hacktoberfest Hacktober Collaboration labels Oct 13, 2024
Copy link
Contributor

✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)
Projects
None yet
Development

No branches or pull requests

3 participants