I developed an app using Expo and React Native. The app worked fine during development using the Expo Go app, I tested in Android and iOS. Then I built each app
I am very new to python so please ik the code is not so professional and stuff class VMReader: def __init__(self, filename): filename = input("pleas
Today when I check the rust(1.54) folder, I found the target/debug/deps folder using 9.6GB . ➜ debug git:(main) ✗ du -sh deps 9.6G deps why t
I have multiple *.txt files that contain the title and texts that I want to process in R. A program below reads all the *.txt and displays the final file while
Collect the specific information like comments, reviewers, title from pull request api I've tried using this API link : https://github.mycompany.com/api/v3/sear
I want to select some columns by name, like selection = df[['Name', 'Qualification']] and some columns by a filter like selection = df.filter(regex=("Level.*")
I want to add a prefix to all my URLs in Django python (3.0.3) so all my path that I defined in urls.py will start with "api/". The prefix may be changed in the
I have a pretty big data object and every time I refresh the page I have to resume the data from that water. Is there a way I can make a forEach faster? if (Obj
I get a MemoryError: Unable to allocate 61.4 GiB for an array with shape (50000, 164921) and data type float64: tfidf = TfidfVectorizer(analyzer=remove_stopword
My input consists of a series of names, each on a new line. Each name consists of a firstname, optional middle initial, and lastname. The name fields are separa