Closed kaustav202 closed 2 years ago
Can i work on this? i've done something like this before, so i can try to fix the sentimental analysis part.
sure.. go ahead with it
Im almost done, i am just testing it right now so it doesn't create any new bugs
I'm submitting a ...
Do you want to request a feature or report a bug?
The sentiment analysis functionality needs to run as part of main ( through import )
Import in main is commented out due to error. Auxiliary module sentiment_analysis import causing error
Generate sentiment plots without errors. Possibly create two separate functions for sentiment score generation and plot generation in sentiment_analysis.py inside a class based and call them by importing in main.
Note : ds_twets does not need to be generated again in sentiment_analysis as it is already in main.py and also converted to time-series, so it can be utilized for time-series plotting