In the below dataframe the column "CumRetperTrade" is a column which consists of a few vertical vectors (=sequences of numbers) separated by zeros. (= these vec
I have a graph with communities. I would like edge weights for all the edges between one community and all other nodes in the graph. I need the individual weigh
--->This is my one file booking.py from selenium import webdriver import os class Task(webdriver.Chrome): def __init__(self, driver_path=webd
Recently I have given an interview where they have asked me to swap two String without using any third variable and without using any String method like substri
I am trying to loop through some rectangles and put the x and y coordinates separately in a list. However the list I am trying to fill looks terrible, the code:
I want to use satpy to plot same satellite images... I load the thataset with the Scene option and checked the file with: mod02_scn.available_dataset_names() t
I was following this tutorial (https://academy.realm.io/posts/eric-maxwell-mvc-mvp-and-mvvm-on-android/) implementing different patterns (MVC, MVP and MVVM) in
hi I have nuxt app it work good and fast in pc but in phone is to slow I use vuetify in my app And I'm suspicious of this :) (The reason for the slowness of app
I have made a bordered box. Here is the css code: .Box{ height: 500px; width: 700px; border: 2px solid black; margin: auto; margin-top: 10px; }
I am trying to play with neo4j with the help of spring data in my java application. Currently i'm facing a strange problem. Following is the scenario. I have: 1