The project I am doing requires code to plot more than 300 candlestick charts in several figures using mplfinance library. I am aware that this can only be done
I have two arrays of size 15 : A = [a_0, ... , a_14] and B = [b_0, ..., b_14] Goal: obtain the array C of size 8 resulting from C = [a_0] * [b_7, ..., b_14] + [
hello, I use this template here: https://codewithmukesh.com/blog/razor-page-crud-in-aspnet-core and it's a very great tutorial. But I have a big problem: How ca
I just started working with Nest.js. However I've faced with an issue in which my mongoose pre save hook in the User schema. Property 'passwordChangedAt' does n
I have a table with customersID's and Products they have bought: CustomerId Product 3 Apple 3 Orange 3 Banana 7 Orange 7 Orange 7 Banana 9 Apple 9 Apple 9 Bana
is there a way to parse the BFactor of a protein from its PDB file using Biopython/python? I am trying with biopython but i am not able to fetch the b factor of
I have an ASP.NET Core Web API that uses EF Core. I have multiple seller types (doctor / styler), all having the same model i.e. id, name, location. I was think
I was working on wine data on kaggle. Where there was a column named price has values like $32, $17, $15.99, Nan wine_data.isnull().sum()--After applying this c
I developed an electron app. I want to send the latest version to Gitlaba and perform automatic update. my package.json { "name": "kantar-tekillestirme", "p
I have a very slow and hefty function to find statistical mode (including multiple modes) which is working but unusably slow. The requirements are as follows. M