Python Forum
Open only the Windows Explorer in Pandas
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open only the Windows Explorer in Pandas
#6
import pandas as pd
df = pd.read_csv('blah.csv')
df1 = pd.read_excel('blah.xls')
So, use the dialog to select the file, then use the pd.read_xxx routines to read the file selected.
Reply


Messages In This Thread
RE: Open only the Windows Explorer in Pandas - by jefsummers - Jan-19-2021, 02:12 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020