Issues converting xlsx to csv
joeymbryan opened this issue · 1 comments
joeymbryan commented
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
joeymbryan commented
I added a PR here: #2537