Data handling function needs logs to capture function outcomes. Should log for debugging if api calls to get data fail.
Open
logging
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In module with clean_datafame function:
1. add a get_data function that makes the call to data.world
2. in the clean_dataframe function add a logging event that follows the implementation from the twitterbot project logs.
3. log date, levelname, module, function, status
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the module containing clean_dataframe and inspect how data.world is currently accessed. Compare the logging approach with the referenced twitterbot project, then verify that the data retrieval and cleaning paths record the date, level, module, function, and status, including failed API calls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- api, data, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100