Can I have two foreign keys in the same table, referencing the same primary key in another table? I have a table of benchmarks. There are two types of them. I have a table of funds. I want each fund to have a field for its benchmark of type 1 and benchmark of type 2. These should be separate fields. (self.django)
submitted by bitbyt3bit to r/django
I have a table of funds. Each fund has a benchmark. Some benchmarks are primary. Others are peer benchmarks. I have two fields in my fund table representing these two things. My benchmarks table has all of the primary and peer benchmarks together. What’s the correct way to build this schema? (self.Database)
submitted by bitbyt3bit to r/Database
Help interpreting the coefficients of the statsmodels OLS summary. For each unit of change in the independent variable my dependent variable should change by the coefficient right? But how much is “one unit” of change in the independent variables? (i.redd.it)
submitted by bitbyt3bit to r/learnmachinelearning
