合并熊猫数据框时选择类型

时间:2018-12-12 02:29:08

标签: pandas

/data/anaconda3/lib/python3.5/site-packages/pandas/core/reshpae/merge.py:963: UserWarning: You are merging on int and float columns where the float values are not equal to their int representation 'representation', UserWarning)

我正在合并多个数据框并收到上述消息。我能够找出哪些列具有不同的dtype并进行了更改。这次只有两列,但是我不能每次都处理这种情况。 (有时候,我得到10多个表,每个表有20多个列!)

当dtype冲突时,我如何pd.merge()进行选择? (显然,在合并之前,我应该仔细阅读数据并稍加触摸。只是想知道是否有更有效的处理方法。)

0 个答案:

没有答案