dss-extensions / dss-extensions/OpenDSSDirect.py
Try to convert dss.Properties.Value() return to numbers
Open
- Dominant language
- Python
- Stars
- 116
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
### Feature Request
The return of `dss.Properties.Value()` is always a string. That leaves it to the higher-level application to attempt to convert the strings to a float or int. A secondary effect is that `dss.utils.class_to_dataframe()` also returns numeric data as strings.
Can OpenDSSDirect perform the conversion automatically so that users don't have to do it? I'm sure that you don't want to break the existing API. And perhaps you would prefer to push this to users.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.