Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable syncing dataframe parameters #6745

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Enable syncing dataframe parameters #6745

merged 2 commits into from
Apr 17, 2024

Conversation

MarcSkovMadsen
Copy link
Collaborator

Closing #6744

@MarcSkovMadsen MarcSkovMadsen added this to the v1.4.2 milestone Apr 17, 2024
@MarcSkovMadsen MarcSkovMadsen linked an issue Apr 17, 2024 that may be closed by this pull request
panel/io/location.py Outdated Show resolved Hide resolved
@@ -112,6 +112,10 @@ def _pandas_hash(obj):
if len(obj) >= _PANDAS_ROWS_LARGE:
obj = obj.sample(n=_PANDAS_SAMPLE_SIZE, random_state=0)
try:
if isinstance(obj, pd.DataFrame):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See pandas-dev/pandas#46705 for more context.

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks! Test failures unrelated.

@philippjfr philippjfr merged commit 5f7136d into main Apr 17, 2024
11 of 14 checks passed
@philippjfr philippjfr deleted the fix/dataframe-sync branch April 17, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot sync DataFrame parameter
2 participants