Skip to main content

Questions tagged [panel]

A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements.

panel
0 votes
0 answers
15 views

Holoviz-Panel: no interactivity when installing into user environment on jupyterhub

I am a user of jupyter-instance which I do not control. We can install our own packages into the user-environment, we can create custom kernels, but we cannot install packages into the base-install/...
tomanizer's user avatar
  • 959
0 votes
1 answer
76 views

Clustered/Robust standard errors in R

I am estimating an OLS regression without fixed effects and an OLS regression with fixed effects in R Studio. I have read, that it is common to use robust standard errors, when estimating a simple OLS ...
Lucas van der List's user avatar
0 votes
0 answers
12 views

Fixed-effects interval-data regression model

xtintreg fits a random-effects regression model in which the dependent variable may be measured as point data, interval data, left-censored data, or right-censored data. Is there any command or way to ...
Alessandro's user avatar
0 votes
0 answers
23 views

Trouble displaying annotations for tags in Grafana panel

I'm currently working on displaying annotations in my Grafana panel and facing a bit of a challenge. I have a dataset in InfluxDB with the following fields: sensor_reading, and tags: sensor_name, ...
Madhurima Rawat's user avatar
1 vote
1 answer
41 views

geoviews select widget to color by column in geopandas dataframe

I have a geoviews map that shows points from my geopandas dataframe. I would like to use panel to create a select widget to color the map by one of the columns, as I have done with pandas dataframes ...
Rachel W's user avatar
  • 137
0 votes
1 answer
77 views

Echarts4r in programmatically created tabsets in quarto not rendering?

Taking the example in this How to programmatically generate tabset-panel in quarto?, I have established rendering charts in dynamically rendered tabsets. I am hoping to replace the ggplots with ...
Ben_Kimpton's user avatar
0 votes
1 answer
56 views

Using scrollEnd event to stop bouncing with scrollIntoView when making panels scroll synchronously

I am making a rather complex website that has as a key factor texts in different panels that I want to make scroll together (synchronously). That is: when the user scrolls down a few lines in one ...
peter's user avatar
  • 195
-1 votes
1 answer
42 views

Can you show the same label twice on different forms within a program? [closed]

I am creating a program that shows a list of Spanish verbs, and when clicked, shows a new panel with the verb conjugations. I'm using labels with click events. I want to have a panel that shows the ...
Jamie Love's user avatar
0 votes
0 answers
24 views

Interpreting Coefficients in 2SLS Model

I am currently working on a 2SLS model where I instrumented the logarithm of per capita transfers with the unemployment rate from each country that the transfers originate from (also taking logarithms—...
Isabel's user avatar
  • 1
0 votes
1 answer
284 views

Pterodactyl panel nginx webserver configuration for another port

I'm new to nginx, I want to make this nginx webserver configuration which is for pterodactyl panel run on port 8080 instead of 80 This is my current code server_tokens off; server { listen 80; ...
Parham's user avatar
  • 3
0 votes
0 answers
32 views

Changes made to Panel table not reflecting in dataframe Vertex AI environment

I'm facing an issue with Panel library while trying to modify values directly from a table within a Vertex AI environment. Here's the problem: I'm using the Panel library to create a table widget (pn....
Jagdish Kumar's user avatar
0 votes
0 answers
18 views

How does the holoviz @param.depends invoke a callback function

I have the following simple test code: import param import panel as pn import logging # Configure logging to display DEBUG level messages and higher logging.basicConfig(level=logging.DEBUG, format='%(...
binone's user avatar
  • 1
1 vote
1 answer
150 views

Difference between linearmodels PanelOLS and statsmodels OLS

I am running two regressions that I thought would yield identical results and I'm wondering whether anyone can explain why they are different. One is with statsmodels OLS and the other is with ...
pasnik's user avatar
  • 347
1 vote
1 answer
39 views

Remove group of specific rows in panel data when multiple columns contain NA

I have a balanced panel data set df with columns: id, time, var1, var2, var3, var4.... Some values in var1 and var4 contain Na elements. If they contain the NA element, I want to remove all the ...
user24236624's user avatar
0 votes
1 answer
36 views

JS Sliding Panel: prevent delay of mouseleave event

I wrote a JS panel class that shows a sliding panel on top, bottom, left or right border of the page. The panel is shown when the mouse comes near to the top, bottom, left or right edge of the page (...
Samwise_71's user avatar

15 30 50 per page