Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Python Code Issues

RClark_
5 - Atom

I have been trying to transfer existing python scripts into Alteryx but run into issues almost every line.

 

Currently using Pycharm to run my scripts and they work perfectly there but when the same code is brought into Alteryx I experience errors..

 

EXMAPLE:

import pandas as pd

 

data = pd.read_excel({Path to .xlsx file})

 

 

This line gives an XLRDError: Excel xlsx file; not supported

 

Confused why I wouldn't be receiving this in Pycharm, but receiving it in Alteryx

0 REPLIES 0
Labels