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

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -