GeoDaCenter / GeoDaCenter/spatial_access
delete return lines when in calculate or aggregate in Models.py
- Dominant language
- Python
- Stars
- 40
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
In all models in Models.py, when the user calls name.calculate() the code returns the result which can get in the way especially when working with many origins and destinations. In the noteboooks, the results should only print if the user calls for it or uses head()
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the model calculation and aggregation implementations in Models.py, then inspect the notebooks that call them. The work is complete when calculate() and aggregate() no longer display results implicitly, while explicit output requests such as print or head() still show results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100