I have this function: def sentiment_review(query, maxresults): . . . positive_tweets = pds.sqldf("select count(sentiment)as n from
I'm trying to replace a combination of numbers using the REPLACE function in SQL Server but a specific ones inside a specific row. For example: row value = '17,
I try to run my application with a Kiosk device but it did not load data from rest API, Has Anyone ever face this issue as me?
I need help trying to make a dataset which contains which treatment the participants are on and what they scored in a composite test (this is just an exercise f
In short, whenever I try to run from the command line protonvpn-cli or protonvpn-gui, I get similar errors: RuntimeError: Couldn't find acceptable executables f
I have a C++ Windows application. I am dealing with a publisher-subscriber situation, where one of my classes (publisher) generates data periodically and hands
Is there a way I can fetch a data from flask and send it to angular?. The data will be use in one of my highcharts in angular.
Of the given path like "level1/level2/level3/", I'd like pass it through some operation and get the result like "level3/". So I made two trials like these: TRI