gpt4 book ai didi

python - 无法使用 Feather 写入我的数据框(不支持跨步数据)

转载 作者:太空狗 更新时间:2023-10-29 21:05:12 27 4
gpt4 key购买 nike

当使用 feather 包 ( http://blog.cloudera.com/blog/2016/03/feather-a-fast-on-disk-format-for-data-frames-for-r-and-python-powered-by-apache-arrow/ ) 尝试编写一个简单的 20x20 数据帧时,我不断收到一条错误消息,指出尚不支持跨步数据。我不相信我的数据是跨步的(或不寻常的),我可以复制网站上给出的示例代码,但似乎无法让它与我自己的一起工作。这是一些示例代码:

import feather
import numpy as np
import pandas as pd

tempArr = reshape(np.arange(400), (20,20))
df = pd.DataFrame(tempArr)
feather.write_dataframe(df, 'test.feather')

最后一行返回以下错误:

FeatherError: Invalid: no support for strided data yet

我在 Ubuntu 14.04 上运行它。我可能误解了 pandas 数据帧的存储方式吗?

最佳答案

请到GitHub:https://github.com/wesm/feather/issues/97

错误报告不属于 StackOverflow

关于python - 无法使用 Feather 写入我的数据框(不支持跨步数据),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36407629/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com