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

Issue with creating or modifying excel tables #7

Open
mariruilo opened this issue Sep 27, 2023 · 7 comments
Open

Issue with creating or modifying excel tables #7

mariruilo opened this issue Sep 27, 2023 · 7 comments

Comments

@mariruilo
Copy link

Hi,

While working with Apscale I have issues with generating or modifying the Excel files. For the settings file, I can overcome the problem by modifying it manually instead of doing it using the program. I can run all the pipeline, however when I want to create the taxonomy table it apparently creates it, but then I have an error message and I can't open it.

Thanks for your help.

@TillMacher
Copy link
Owner

Hi,
which OS and software for opening the Excel files are you using? This can sometimes happen with Open or libre office.
cheers
Till

@mariruilo
Copy link
Author

Hi,

I'm using a MacOS Ventura 13.1 with M1 chip. I use microsoft Excel for opening the files.

Thanks for the help.

Mari

@TillMacher
Copy link
Owner

That's weird. I use the same system and this problem never occurred to me. What happens when you look at the file in preview mode (using the space key)? Can you see the content of the taxonomy table?
Maybe you could try and update your system to Ventura 13.5 (this should be the latest version) and try updating Excel?

@mariruilo
Copy link
Author

This is what I see

Captura de pantalla 2023-09-29 a las 9 16 21

@TillMacher
Copy link
Owner

TillMacher commented Sep 29, 2023

The file is empty. So Apscale seems to not write them properly. But there is no Error message printed by Apscale when you run the pipeline?
Can you please check the log file. Maybe all your reads are getting removed at some point in the analysis?

@MerjanK
Copy link

MerjanK commented Sep 30, 2023

Hi, @mariruilo
Maybe not my place to suggest this but I've had a similar problem with the excel files as well. Can you also check which pandas version you're using? I have had pandas 2.1.0 so the writer.save() is not used in the newer versions. But when i downgraded it to pandas 1.5.3, I was able to save the settings file. But I am not so sure about the taxonomy table error. But this might be the reason why your excel files are getting corrupted and cannot be opened.

@TillMacher
Copy link
Owner

Yeah I also noticed that in the latest pandas version writer.save() has been removed. I'll fix that in the next update! Until then you'll have to downgrade, as suggested above!

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

3 participants