I'm trying to create currency commands for my Discord bot, which I've hosted on Heroku. For the database, I've connected my project to a Heroku Postgres DB, whi
I couldn't find any documentation or questions about whether it's possible to write the case statements in a switch statement on one line nor what the best prac
I am trying to utilize a "dictionary" script that I found to define words in a column. VB throws out that error at me and I am clueless as to how to fix it. AM
I have an artifacts dataframe which I need to groupby some columns. This sub-dataframe is then passed to a function where I create a new dataframe. for sub_df
I wrote REST service using ASP.NET Web API. I'm trying to send HttpDelete request, however I get the following error: 405 - HTTP verb used to access this pa
I just got started with solidity, I have used truffle to compile and deploy the code to ganache, everything works as I expect, I can call the other functions in
I want to make sure the weights_column arguments in h2o.glm() is the same as the weights argument in glm(). To compare, I am looking at the rmse of both models
I'm having issues getting the positioned container to match the width of the first container. Essentially, I want the original container to be as wide as possib