SOLVED
Read excel file with Python notebooks
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
rafatomillero
7 - Meteor
‎11-18-2022
08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, can someone please let me know how to read an excel file using Python notebooks in Alteryx? I tried:
import pandas as pd
fileName = pd.read_excel('Name of the file.xlsx')
It didn't work.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Connectors
- Data Investigation
- Datasets
- Workflow
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula
‎11-18-2022
08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1)Use the input tool to connect with your excel file normally
2)Connect the input tool with the python tool
3)Import the data from Alteryx to Python with Alteryx.read("#1")
‎11-18-2022
09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Felipe_Ribeir0 amazing, thank you!!!! :-)
