hey guys i work withe django framework i had the error OperationalError i have to class with same fields class Student(models.Model): user = models.OneToOne
I have table like this, the e-id is a array,it can be empty, one or more elements, how can I filter the id which has zero, one or more elements of e-id? thank
I have an activity which accepts android.intent.action.SEND. It accepts some media files and texts. As it accepts a new 'share' it does some validation checks a
I'm looking to iterate across columns to conduct a mann-whitney u test, for i in range(1000): df2=df.sample(n=size_of_N, replace=False,random_state=i) treatment
I am trying to get values of a piecewise function of linearly spaced time points from an existing data set of times and positions. so if the dataset has time va
I'm trying to add a class to all the links of the various menus on the page, in order to activate the active state when the relative page is loaded. HTML <di
I'm using Azure Functions 6 (.NET 6, isolated), with Application Insights enabled. From different versions of Visual Studio, Azure Functions Core Tools, the def