How to unify more parquet files
4 次查看(过去 30 天)
显示 更早的评论
Hello guys, i need help with managing parquet files.
I have to create some parquet files starting from other types of file, but what I'd like to have at the end is just one parquet file which contains all informations saved in previous single ones.
I'm quite new to matlab, so I don't even know if it's something possibile or not. If not, I'd be greatful if you could suggest a way to pursue my purpose. Basically I need to create some database files and initially I was thinking to use sqlite, but I've been suggested to use parquet because it should be better for these situations. I know there is a function about parquet which is called parquetDatastore, but honestly I haven't understood at all how to use and if something which could be useful for me or not.
Thank you all in advanced.
3 个评论
Rik
2023-5-19
The point that you want to put it all together in AppDesigner is not really relevant here. A GUI is just an interface between your user and your functions. Those functions should also work on their own.
What you're describing is a project, not a question. Start by making a thorough description of each part. If you do that well enough, that already serves as the documentation for your functions. Then start implementing part by part (so, first write a function that will read all text information files, then write a function that will read a blf file and extract what you need, etc, etc).
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!