vaexio/vaex

[FEATURE-REQUEST] Support for more special charcters in column names

Open

#1,255 建立於 2021年3月14日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (591 fork)batch import
help wanted

倉庫指標

Star
 (8,117 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Based on the issue https://github.com/vaexio/vaex/issues/1254 I would like to file a feature-request in which the naming of the columns is checked before a hdf5 file is exported. In short, if you have special signs in you columns like [ ] ( ) * and so on, Vaex is able to write the dataframe to the disk in hdf5 format. Vaex will not be able to open it however. Considering that this issue is presented in retrospect, when loading the file, I would prefer to have explicit error-messaging when writing the file to disk.

貢獻者指南