Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parquet files invalid #51

Open
michaelmior opened this issue May 26, 2022 · 0 comments
Open

Parquet files invalid #51

michaelmior opened this issue May 26, 2022 · 0 comments

Comments

@michaelmior
Copy link

I get errors reading the Parquet files produced by Sherlock when using certain other tools to read them. It turns out that some of the characters used are invalid as part of a column name. Perhaps character features could simply use their ASCII value instead of the character itself?

KeyError: "['n_[^]-agg-skewness', 'n_[\\\\]-agg-all', 'n_[\\\\]-agg-max', 'n_[\\\\]-agg-mean', 'n_[^]-agg-median', 'n_[\\\\]-agg-var', 'n_[^]-agg-all', 'n_[^]-agg-sum', 'n_[\\\\]-agg-median', 'n_[^]-agg-mean', 'n_[^]-agg-any', 'n_[\\\\]-agg-min', 'n_[^]-agg-min', 'n_[\\\\]-agg-any', 'n_[^]-agg-max', 'n_[\\\\]-agg-skewness', 'n_[\\\\]-agg-sum', 'n_[\\\\]-agg-kurtosis', 'n_[^]-agg-var', 'n_[^]-agg-kurtosis'] not in index"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant