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

Improve plotly style guide #7346

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MarcSkovMadsen
Copy link
Collaborator

Motivated by learning from https://py.cafe/panel-org/panel-iris-analysis.

Example:
Pandas Example:
>>> data = pn.state.as_cached('data', pd.read_csv, filepath_or_buffer=DATA_URL)
Copy link
Collaborator Author

@MarcSkovMadsen MarcSkovMadsen Sep 29, 2024

Choose a reason for hiding this comment

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

I believe this example is great to add because pn.read_xyz is probably the most used function to cache. I the filepath_or_buffer name no one can remember.

Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.21%. Comparing base (114a60d) to head (e1cacca).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7346      +/-   ##
==========================================
- Coverage   82.21%   82.21%   -0.01%     
==========================================
  Files         337      337              
  Lines       50503    50503              
==========================================
- Hits        41522    41521       -1     
- Misses       8981     8982       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant