DataProfiler
DataProfiler copied to clipboard
Static Type Hinting: `dataprofiler/reports/utils.py`
Is your feature request related to a problem? Please describe. Improve the project in the area of
- Make collaboration and code contribution easier
- Getting started with the code when a contributor is new to the code base
Describe the outcome you'd like:
Utilizing types from mypy documentation for python3, implement type hinting in dataprofiler/reports/utils.py.
Additional context:
- mypy documentation
- Why use python types?