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] : Visualize relationship between date and open pricesof stock over time #113

Closed
1 task done
shwetzz14 opened this issue Oct 13, 2024 · 2 comments
Closed
1 task done
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)

Comments

@shwetzz14
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.

jhuiigfyuf

Proposed Solution

  1. create graph
  2. format axes
  3. add title : title the graph "open vs close"

Screenshots

image

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)

  1. convert date column to datetime format
  2. create garaph
  3. plt.plot(pd.to_datetime(df_train['Date']),df_train['Open'])
@shwetzz14 shwetzz14 added the enhancement New feature or request label Oct 13, 2024
Copy link
Contributor

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

@rohitinu6 rohitinu6 added good first issue Good for newcomers gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC) hacktoberfest Hacktober Collaboration labels Oct 14, 2024
@shwetzz14 shwetzz14 changed the title [FEATURE] : Visualize relationship between open and close pricesof stock over time [FEATURE] : Visualize relationship between time and open pricesof stock over time Oct 14, 2024
@shwetzz14 shwetzz14 changed the title [FEATURE] : Visualize relationship between time and open pricesof stock over time [FEATURE] : Visualize relationship between date and open pricesof stock over time Oct 14, 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 good first issue Good for newcomers 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