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
I'm trying the notebook reference/widgets/Tabulator.ipynb. In the Patching section I get the SettingWithCopyWarning.
/lib/python3.10/site-packages/panel/widgets/tables.py:790: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
self.value.loc[ind, k] = value
The text was updated successfully, but these errors were encountered:
Panelite=0.14.3
I'm trying the notebook reference/widgets/Tabulator.ipynb. In the Patching section I get the
SettingWithCopyWarning
.The text was updated successfully, but these errors were encountered: