I have 2 models that affect 2 tables in my database, Gen_Persona and Ven_Vendedor. The Ven_Vendedor table has the Gen_Persona primary key as its primary key. I
I'm using an API from an external Maven dependency with the following signature: public <T> T get(String key, Class<T> responseType) the API return
I am trying to use df.update(), but my dfs have different sizes. Now I want to fill up the smaler df with dummy rows to match the shape the bigger df. Here's a
I am currently working on an app which is running in the background and muting the microphone during incoming and outgoing calls.But am unable to mute the micro
I have the vertices for a network graph going in both directions but they aren't actually directional. I want to combine them so that, in the example below, df0
I have been trying to make a script for my school project website which makes the buttons play a video, but for some reason it only works for the first one (btn
I can get data from url like this. http://127.0.0.1:8000/page/?key=003 I show output as Json. This is view.py def page(request): key = request.GET['key']
I have the following list of tuples: list = [(House, Dog, 7), (House, Cat, 5), (Garden, Dog, 4), (Garden, Cat, 3), (Park,Mouse,2)] I am looking for a matrix wi