I'm kinda new but what I did so far was the following: Created Redis cloud account, set it up on RedisInsight on my computer. Heroku was fully deployed, went to
I am trying to do web scraping to get the data of the tables of this web. https://www.sciencedirect.com/science/article/pii/S0144861722004441?via%3Dihub However
I need to merge 2 data frames on 3 key columns, one contains strings, one contains integers and the last contains floats. On the string and integer columns, I w
We have a client in need of a data lake on the cloud. We need to provide the client the chance to breakdown costs between their areas in just one AWS Account. W
How can I pass a char pointer (char*) to the function func()? #include <iostream> using namespace std; void func(char *var) { cout << var; } i
So, I am posting a copy of my code below. its pretty simple because Im still learning. I have read a bunch of things online, but I cant figure out where my erro
The idea here is that each cell in column A, has to be 11 digits, not more, not less and there cannot be any duplicate at any time data is being entered such th