I would like to put the columns of a dataframe one below the other. I have this: a <- c(1, 2, 3, 4) b <- c(5, 6, 7, 8) c <- c(9, 10, 11, 12) abc <-
I was trying to create a selfbot to enhance my knowledge about discord bots, and am unable to login to the user. I have grabbed my token from discord using insp
Good evening, I have been working on the project that has got a web app, api, a few libraries and some Azure functions. When I run only Azure function on its ow
I would like to transform a semi-long dataframe to long format. However, after the reshape command, there are several warnigns saying "number of items to replac
I'm working on a program that represents a month in number. Each month name and number are stored in a dictionary, with the key being the month name. The progra
I have the following tab separated data, where the strings within some data are also tab separated. The data is in this text format: Sl_No Name Designation
I have this excel file that I would like to "normalize" with the below code by dropping the A and B columns and then dropping the Rows 1,2,3,5 and making the r
I've watched some videos about Bubble.io that you can create mobile applications without code, in addition to building and linking the database of the system an
I would like to update the content of the TextView from "Loading.." to "Getting ready" after three seconds. Any advice on how to achieve this? Thats my Loading