Jonas Skjold Raaschou-Pedersen

Results 50 comments of Jonas Skjold Raaschou-Pedersen
trafficstars

hi @danielarmel , have you tried by first subsetting the dataframe like this?

You will have to store the subsetted dataframe in a new variable before changing the column names :) As your code is now you only inspect the subsetted dataframe. In...

hi @MariusMMa , regarding your first question: What does your dataframe look like? What code have you used to create the dataframe? Regarding your second question: When you sort a...

What output are you getting when trying to run the videos? Can you copy and paste the output here or send a screenshot?

The problem is that you haven't defined "YouTubeVideo". At the top of the notebook (right underneath the subheading "**First things first**") there is a cell that defines "YouYubeVideo" with the...

Hi @SofusBang, when did you clone the repository? Have you seen this issue #1?

hi @SofusBang , I am not sure if I understand the problem. I get the same output when running your code and none of the assert statements raise an error....

Would add in that it makes sense to continue develop the "classical" tables in latex, as the tables constructed with tabularray are very slow to compile (which is infuriating :=)

When I tried to exclude it another error got raised later on while it assumes that `resid_std_error` is available for all objects. We could insert an if statement at that...

Hmm, thinking more about it, and actually opening up the good ol' [c&t book](https://cameron.econ.ucdavis.edu/mmabook/mma.html) + the documentation of `linearmodels` I have come to the conclusion that we should take the...