d3an / finviz

Go API for Finviz
https://github.com/d3an/finviz/wiki
MIT License
20 stars 3 forks source link

Add data cleaning for dataframes #31

Closed d3an closed 4 years ago

d3an commented 4 years ago

Dataframes are currently returned in the format they were created in. That means that a column that should be in percent is actually represented in string format (i.e. "+35.79%" vs. 0.3579) Create cleaning functions that "type casts" data into the proper format for further analysis.