Feather: A Fast On-Disk Format for Data Frames for R and Python
blog.rstudio.org
Feather: A Fast On-Disk Format for Data Frames for R and Python
1–10 of 78 posts
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#2Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#3Is this like BigMemory but for data frames?
https://cran.r-project.org/web/packages/bigmemory/index.html
Thanks.
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#4Both Wes and I (project authors) will be tracking this thread in case you have questions!
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#5Both Wes and I (project authors) will be tracking this thread in case you have questions!
Is the feather in insights from feather the right word? It reads awkwardly to me, which could just be me lacking context.
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#6Both Wes and I (project authors) will be tracking this thread in case you have questions!
- Both R and Python support strings, factors, and complex objects in a dataframe. What is NOT supported by feather?
- Feather is "not for long term data storage". Will it be standardize in a distant future?
- Do you plan to integrate it into Pandas?
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#7Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#8Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#9This appears to be "only" a serialization format ("oh, my unicorn only lays golden eggs"). I really hope this is the start of some common library infrastructure that can be used for all aspects of in- and out-of-memory data frames.
Great work, and I hope it is a harbinger of good things to come. Also, I'll treat this as tangible evidence that the "language wars" are stupid.
Re: Feather: A Fast On-Disk Format for Data Frames for R and Python
#10Both Wes and I (project authors) will be tracking this thread in case you have questions!
Great idea! Some questions: - Both R and Python support strings, factors, and complex objects in a dataframe. What is NOT supported by feather? - Feather is "not for long term data storage". Will it be standardize in a distant future? - Do you plan to integrate it into Pandas?
I have no plans to integrate it with pandas, but I'm sure Wes does ;)