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

fails to get header in csv file #252

Open
smartinsightsfromdata opened this issue Dec 15, 2023 · 0 comments
Open

fails to get header in csv file #252

smartinsightsfromdata opened this issue Dec 15, 2023 · 0 comments

Comments

@smartinsightsfromdata
Copy link

I have a csv file that tad reads properly (>500MB).

I use python pandas to delete few columns and write a csv (index=False, header=True).

tad fails to read the header, naming the columns col1, col2 etc. The actual header is one line below.

Moreover adds a column named Rec with all ones on the right of the table.

Libre-calc opens the file without problems (i.e. reading the header and no extra columns)

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