Open blaylockbk opened 3 days ago
import synoptic df = synoptic.Latest(vars="air_temp").df()
InvalidOperationError: conversion from str to f64 failed in column 'LATITUDE' for 1 out of 1 values: [" 34.634361"]
str
f64
Seems like I just need to add a .strip_chars or something to these float columns.
.strip_chars
Seems like I just need to add a
.strip_chars
or something to these float columns.