You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Column is not being pulled through into dataframe
When uploading an excel which has the topmost row empty for a given column, that column will not come throw
To Reproduce
Steps to reproduce the behavior:
Create an excel which has headers and the top most row for column X is empty
dfd.readExcel
console.log(df.columns)
See column missing
Expected behavior
The column should be there
Desktop (please complete the following information):