You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data_frame is an empty pandas.DataFrame within the scope of custom AG grid function matrix_aggrid(), see line debug print on line 28 print("Original DataFrame size:", data_frame.shape) .
data_frame is not empty just prior to the function call in debug print line 71.
Expected behavior
No response
Which package?
vizro
Package version
0.1.15
Python version
3.12.1
OS
macOS sonoma 14.4
How to Reproduce
Install package dependencies in provided requirements.txt requirements.txt
Hi @pablo-fence and thanks for the great question. We will prioritise and investigate this issue in detail next sprint and then will you know about results.
In the meantime: Could adding the following two lines at the beginning of the def matrix_aggrid(...) function solve your problem?
Description
data_frame
is an empty pandas.DataFrame within the scope of custom AG grid functionmatrix_aggrid()
, see line debug print on line 28print("Original DataFrame size:", data_frame.shape)
.data_frame
is not empty just prior to the function call in debug print line 71.Expected behavior
No response
Which package?
vizro
Package version
0.1.15
Python version
3.12.1
OS
macOS sonoma 14.4
How to Reproduce
Install package dependencies in provided requirements.txt
requirements.txt
Run the following code
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: