从科学计数法(1.805291706224803e + 17)转换为正常(180529170622480277)

时间:2019-09-30 18:08:36

标签: python-3.x

我正在使用Teradata表和GCP表之间的panda lib比较数据。 我有sql :where prod_dim_id=180529170622480277,GCP读取和显示的内容完全相同。 但是将数据从Teradata带到数据帧后,它显示为1.805291706224803e+17

如何按原样显示。

source_df_orderedd_sql = pd.read_sql(query3,session)
print(source_df_orderedd_sql.dtypes)
PROD_DIM_ID    float64
dtype: object

我想不做任何修改就直接显示数据库中的否。

0 个答案:

没有答案