python - Pandas.DataFrame.read_sql to read as float32 instead of float64 -
i'm using pd.dataframe.read_sql
retrieve large number of records sql database causing huge amount of memory used.
i noticed dtype
of numerical values float64
, require float32
dtypes on of numerical values.
is possible retrieve values via read_sql
float32
?
Comments
Post a Comment