0

i need to load excel file from the shared folder using PYTHON into snowflake table, Once data is loaded into snowflake table i need to create three CSV file from it using PYTHON.

how to do it

tired using code to read data from excel but do not know how to load into snowflake

3
  • Hi - as this is not a free code writing service, what have you tried and what specific issue are you facing? Commented Jun 20, 2023 at 21:00
  • what have you tried so far ? the question needs sufficient code for a minimal reproducible example: stackoverflow.com/help/minimal-reproducible-example Commented Jun 20, 2023 at 21:14
  • You can try to use Pandas to get the data from the excel file which you can then load into Snowflake using this guide. Afterwards you can use the code here to output to a csv. Commented Jun 20, 2023 at 21:41

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.