Lakshya1726 / CRYPTOANALYSIS

2 stars 18 forks source link

Improving Data Handling and Exception handling in btc.py #17

Open Sai-ganesh-0004 opened 1 month ago

Sai-ganesh-0004 commented 1 month ago

Proposed Improvements:

  1. Error Handling for Data Retrieval:

    • Add a try-except block around the yfinance.download function to catch potential errors (e.g., network issues, API failures).
    • Ensure meaningful error messages are provided to users.
  2. Data Validation:

    • Check if the data retrieved is valid (non-empty DataFrame) before attempting to plot the chart.
    • Implement logging for successful data downloads or any issues are there in data handling
Sai-ganesh-0004 commented 1 month ago

Hey i would like to work on this under gssoc-ext

Halder0611 commented 1 month ago

I'd like to work on this for thr gsspc-ext

Praguni-Sanotra commented 1 month ago

Hey i would like to work on this under gssoc-ext . Please assign me this project