使用 pytables 选择列子集的最优雅的方法是什么?
我的 pytables 中有一个包含 300 多列的数据集,我希望能够轻松选择不同的子集。似乎没有一个非常优雅的解决方案,或者我缺少什么?
我也很高兴有一种方法来创建另一个表,该表只是对原始表中的选择列进行别名,这样我就可以拥有我的主表,然后是我的子集表。有办法做到这一点吗?
I have a dataset with 300+ columns in pytables, and I want to be able to choose different subsets easily. There doesn't seem to be a very elegant solution to this, or is there something I'm missing?
I would also be happy with a way to create another table that is simply aliasing select columns from the original table, so that I could have my main table and then my subset teables. Is there a way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西会起作用吗?
给出,
Would something like this work?
gives,