triskadecaepyon / pyworkout-toolkit

Python tools to process workout data and telemetry for metrics and machine learning
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Dataframe output is not typed correctly #3

Closed triskadecaepyon closed 7 years ago

triskadecaepyon commented 7 years ago

Outputs of the data frame are of type "object", which prevents the use of Pandas analysis and graphing on the data frame features.

triskadecaepyon commented 7 years ago

Fixed in v0.0.11, by using np.float().