Python Forum
import data (.csv) into Jupyter notebook
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
import data (.csv) into Jupyter notebook
#1
I'm trying to import a dataset into a Jupyter Notebook (Windows 11) to practice machinie learning. I don't know the proper file location where the train.csv of data should be held. Nor do I know the code to use for the notebook. The textbook (on python machine learning) is not explicit in this.
Reply
#2
I found this that talks about jupyter notebook file locations.

https://docs.jupyter.org/en/latest/use/j...ories.html

And this talks about changing the default directory.

https://saturncloud.io/blog/how-to-chang...lt-folder/

I need to know about how you are working with data. What packages do you use to load an analyze data? Can you post some example code?
Reply
#3
(Aug-13-2024, 08:49 PM)deanhystad Wrote: I found this that talks about jupyter notebook file locations.

https://docs.jupyter.org/en/latest/use/j...ories.html

And this talks about changing the default directory.

https://saturncloud.io/blog/how-to-chang...lt-folder/

I need to know about how you are working with data. What packages do you use to load an analyze data? Can you post some example code?

I am a newbie. I'm working with a Packt publication, Python for Machine Learning by Example, 4th, and parts of a current lesson is using numpy, matplotlib, and pandas upon a large dataset.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm trying to import a dataset into a Jupyter Notebook Hisilat03 0 700 Mar-24-2025, 09:26 AM
Last Post: Hisilat03
  Jupyter Notebook cell ? flaviu2 6 4,859 Feb-10-2025, 09:39 AM
Last Post: mysqlguider
  Python: How to import data from txt, instead of running the data from the code? Melcu54 1 600 Dec-13-2024, 06:50 AM
Last Post: Gribouillis
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 1,995 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  My code works on Jupyter Lab/Notebook, but NOT on Visual Code Editor jst 4 4,084 Nov-15-2023, 06:56 PM
Last Post: jst
  Navigating file directories and paths inside Jupyter Notebook Mark17 5 7,717 Oct-29-2023, 12:40 PM
Last Post: Mark17
  Plot a pandas data fram via pyqtgraph with an modul import and qt designer widget Nietzsche 0 1,486 May-29-2023, 02:42 PM
Last Post: Nietzsche
Video doing data treatment on a file import-parsing a variable EmBeck87 15 5,524 Apr-17-2023, 06:54 PM
Last Post: EmBeck87
  Python 3.11 data import question love0715 2 1,581 Mar-05-2023, 06:50 PM
Last Post: snippsat
  How to programmatically stop a program in Jupyter Notebook? Mark17 11 58,749 Feb-12-2023, 01:41 PM
Last Post: jp21in

Forum Jump:

User Panel Messages

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