GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
Issues converting xlsx to csv
Open
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
There are two issues with the Vertex AI lab preventing it from being run. First is the utils/data_download.py is expecting an the .data directory to not exist, which when you clone the git repo it does exist.
Secondly, openpxyl is set on version 3.0.7 but pandas needs openpyxl==3.0.10 in order to convert the xlsx file to csv.
I got everything else to run after that.
This is for the Vertix AI qwiklab found here: https://www.cloudskillsboost.google/focuses/18938?parent=catalog
Contributor guide
Assessment
This issue has not been assessed yet.