posit-dev / posit-dev/py-shiny
Should update examples to use Pandas copy-on-write
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 135
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 21
Description
This will reduce the chances of bugs due to accidentally mutating a data frame:
https://pandas.pydata.org/docs/dev/user_guide/copy_on_write.html
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the repository's examples and the linked Pandas copy-on-write guide first; the issue does not name specific files or tests. Done means the relevant examples consistently use Pandas copy-on-write and no longer encourage accidental DataFrame mutation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100