We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ヘッダーがうまく推定されておらず,想定される箇所より上も警告が出ている(赤色が思っている挙動をしていない箇所) 比較的目立つ箇所なので,できれば修正をお願いしたいです:pray
The text was updated successfully, but these errors were encountered:
該当テストデータ
hackday_test_1.xlsx
Sorry, something went wrong.
Excelは空欄があってもvalidなCSVの形で読み込まれてしまうので、既存のheader判定では不十分。 対処としては
1.の修正は、それによって更に別の問題を引き起こす可能性があり、2.の修正はすぐに対応は厳しい。
shiita0903
No branches or pull requests
ヘッダーがうまく推定されておらず,想定される箇所より上も警告が出ている(赤色が思っている挙動をしていない箇所)
比較的目立つ箇所なので,できれば修正をお願いしたいです:pray
The text was updated successfully, but these errors were encountered: