I am bit stuck with this not getting how do i proceed further Assume I have below data in table Note : All the below column fields [NAME , AGE , COURSE , MARKS] are set to VARCHAR2(50 CHAR) Using below query I am able to get incremental sum , but not able to apply logic how to get incremental
Tag: numpy
How to fix the error: ValueError: endog and exog matrices are different sizes
I’m trying to write a program in python that uses a query in SQL to collect data and make a regression model. When I try to actually create the model, however, it gives me this error. I’m pretty sure that I know what is going wrong, but I have no idea how to fix it. I’ve tried several things already,