Hera94 / Market-Basket-Analysis-Instacart

7 stars 2 forks source link

Upload tables not responding #1

Open katasanirohith opened 4 years ago

katasanirohith commented 4 years ago

I have installed all the packages and while I have executed and clicked on Upload Tables>Chosse Folder and select the folder with the CSV file, there is no response for the server. It's still saying uploading tables.

Note: I can see the aisles.csv in the Content tab

Wong0614 commented 1 year ago
  1. Download the related csv files from Kaggle, as the csv files provided by the author is invalid and cannot be extracted because of insufficient gitLFS bandwidth
  2. set working directory with [ home dir + path('instacart-market-basket-analysis') ] before each files (exe: files <- products.csv), as an example you can use setwd(home dir + / 'instacart-market-basket-analysis')
  3. If there are any other mistakes, check if your other working directory is set correctly.
  4. All the visual analysis takes time to generate, approximately 5 minutes to complete all visualizations.

If you understand what information I'm trying to convey, You're good to go, if there are any other mistakes, feel free to refer back to me