Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting file
#7
(Jul-24-2017, 07:28 PM)tierra32 Wrote: I have an excel sheet. I want to convert it to .ipynb so I can use that site to upload my data.
You can not convert Excel sheet to .ipynb.
You have to read excel in with eg Pandas pd.read_excel() in Jupyter notebook.
Common Excel Tasks Demonstrated in Pandas
After that can save to .ipynb,then it will have the read in excel sheet.
Reply


Messages In This Thread
Converting file - by tierra32 - Jul-21-2017, 08:48 PM
RE: Converting file - by sparkz_alot - Jul-21-2017, 09:10 PM
RE: Converting file - by snippsat - Jul-21-2017, 10:00 PM
RE: Converting file - by tierra32 - Jul-24-2017, 01:13 PM
RE: Converting file - by snippsat - Jul-24-2017, 06:39 PM
RE: Converting file - by tierra32 - Jul-24-2017, 07:28 PM
RE: Converting file - by snippsat - Jul-24-2017, 07:56 PM
RE: Converting file - by tierra32 - Jul-24-2017, 08:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help batch converting .json chosen file to MySQL BrandonKastning 2 2,396 Mar-14-2020, 09:19 PM
Last Post: BrandonKastning
  [split] Converting excel file to txt file unexceptionalhobby 2 4,427 Oct-16-2019, 06:34 PM
Last Post: unexceptionalhobby
  Converting excel file to txt file muhsin 3 21,755 Oct-13-2017, 07:52 PM
Last Post: nilamo
  The problem of converting string to float by using CSV file CChen 2 13,007 Jul-11-2017, 03:32 PM
Last Post: CChen

Forum Jump:

User Panel Messages

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