I have a Dataset like below : How can I find the percentage of employees terminated at 2022 that First hire at 2021 from total employee using pandas? employ
I am trying to remove all non numeric from data view grid in VB using filter string. I am not entirely sure if this can be possible using filter string but my c
I have a fastify backend that runs graphql server. Without authentication hook at the server, my all graphql request and subscription in my vue app works fine.
I have created a jquery datatable with strip Strip Example. I want to apply a different background color for hover. CSS: .selected { background-color:#71d
I have form . I wish to display values in table by clicking on add button note: values will be stored in arrays Use for loop function loadTable() { for
I use to use user.home + app_name directory under Linux and Windows. However directory given me by Android for user.home has no right to write. So what is comm
We have had an issue with a block of code that responds poorly in the face of slow databases (It craps the bed on a query timeout). We have created a patch, and
I am reading a .dat file using the following command accel_x = np.loadtxt('./GroundMotions/GM/%s_%s_%s_%s_x.dat' % (station, realization, soilpro, profile)) wh
I have this toggle that expands text which i would like to have in two languages. Normally i use | translate and i add the translated text in json files (i18n)
Im training a faster r-cnn model with the detectron2 framework. When I'm training the model using only 15 images in the dataset it works on my RTX 3060, however