sigvaldm / metaplot

Metadata-based plotting from CSV and similar files
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Convert from str to number as quickly as possible #11

Open sigvaldm opened 5 years ago

sigvaldm commented 5 years ago

Today, upon reading dataframes, it takes some time before conversion to floats. A second could be saved by converting to float immiedately. This requires figuring out what to do with support for different datatypes (if there's any reason to support anything at all but floats).