问题标签 [feather]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 无法使用羽毛写入我的数据框(不支持跨步数据)
使用羽毛包时(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 数据帧,我不断收到一条错误消息,指出尚不支持跨步数据。我不相信我的数据是跨步的(或不寻常的),我可以复制网站上给出的示例代码,但似乎无法让它与我自己的一起工作。这是一些示例代码:
最后一行返回以下错误:
我在 Ubuntu 14.04 上运行它。我是否可能误解了熊猫数据帧的存储方式?
r - Error: Invalid: File is too small to be a well-formed file - error when using feather in R
I'm trying to use feather (v. 0.0.1) in R to read a fairly large (3.5 GB) csv file with 21178665 rows and 16 columns.
I use the following lines to load the file:
But I get the following error:
Error: Invalid: File is too small to be a well-formed file
There's no explanation in the documentation of read_feather
so I'm not sure what's the problem. I guess this function expects a different file form but I'm not sure what that would be.
Btw, I can read the file with read_csv
in readr
library but it takes a while.
pandas - 如何从 Spark 以 Feather 格式保存文件\存储?
是否可以将数据帧从 Apache Spark 导出到羽毛(https://github.com/wesm/feather)文件?
r - 使用羽毛包读取时出错
我正在使用羽毛包的 read_feather 读取 ~50Mb 的scv文件。
读取错误时生成如下:
我没有找到这个错误的描述。我以前又看了一会儿,没有发现这样的错误。我有点被这样的错误绊倒了。
提前感谢您的提示。
python - python'module'对象的羽毛数据存储库没有属性'write_dataframe'错误
尝试读取 xlsx 文件后出现以下错误,使用羽毛将其写入数据帧,然后使用羽毛读取相同的数据帧并使用 df.head() 显示结果
“模块”对象没有属性“write_dataframe”错误。
python - pip3的羽毛安装错误
大家好,当我尝试pip3 install feather
在屏幕上弹出此错误时。
python - 将熊猫数据框保存到羽毛时是否可以指定列类型?
目前,如果一列恰好只有空值,则会引发异常并显示错误:
无效:无法推断对象数组的类型,全部为空
可以指定列的类型,而不是推断类型?
版本:
示例代码:
r - 将带有列表列的小标题保存到磁盘
我想将tibble
具有列表列的磁盘保存到磁盘中(仅供稍后在 R 中使用)。理想情况下,我想要一个快速的二进制格式feather
,但是,它似乎不支持列表列:
writeFeather(x, path) 中的错误:未实现:a 是一个列表
我期待readr
包中的方法能够处理这个问题,但我尝试过的方法似乎都没有。
我该怎么做呢?
r - R 包问题将闪亮部署到 beta.rstudioconnect.com
我有一个闪亮的应用程序在 beta.rstudioconnect.com 上部署没有问题。我向它添加了一些地图,然后无法再让它工作;其中一个软件包似乎不受支持。我想我可以通过在部署之前在我的项目中使用 packrat 来解决这个问题。然而这并没有奏效。现在我似乎无法回到原来的版本,也不明白问题出在哪里。以下任何一项对任何人都有意义吗?我该怎么做才能恢复我原来(工作)的光泽?我不得不从输出中取出一些行来适应它:
error-handling - 客户端的羽毛错误
我的堆栈 react/redux/redux-observable/immutablejs。客户端由 feathers.js 使用服务器端渲染渲染。在获得 400(请求未通过验证)后,我使用了羽毛客户端。我收到了 .json 格式的回复。但由于某些原因,它被转换为 HTML 或字符串。
任何想法如何在客户端上禁用它?