How to use Jupyter notebooks for data analysis (2024 tutorial)

preview_player
Показать описание
Ever wanted to take up data science or data analysis? Jupyter notebooks are one of the essential tools you'll need to get started. This tutorial will take you through the basics of Jupyter notebooks to allow you to start analysing!

0:00 - Intro
0:55 - Creating a notebook
1:44 - What is IPython?
2:01 - Installing the IPython kernel in VS Code
3:14 - Creating a markdown cell
4:22 - Installing packages using magic commands
5:09 - Executing a code cell
6:19 - Configuring Matplotlib inline
6:53 - Importing libraries
7:14 - Cell execution ordering
7:49 - Creating and previewing a DataFrame
9:00 - Non-destructive editing of DataFrames
10:00 - Creating and rendering graphs
11:37 - Using the toolbar
13:50 - Outro



If you enjoy my content, consider supporting me on Patreon or becoming a member!

If you need help with anything, feel free to join the Discord server:

I get a lot of people asking, so here's my Visual Studio Code setup!



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

#python #coding #howto
Рекомендации по теме
Комментарии
Автор

great intro

the keyboard shortcuts in VS Code are op though

command pallette for creating a notebook
up down, enter, escape, A, B, DD, X, C, V

CTRL SHIFT - to split a cell
WIN + ALT J To join?

nascentnaga
Автор

_Commenting before watching the video_
I use it for data scrapping particularly when I test how to extract elements from an element. That's how I don't spam the requests to the site every time I make a stupid assumption in code.

sarimbinwaseem
Автор

Why can I still not cut and paste text in a cell using the mouse?

gedtoon
Автор

Why not use Shift+Enter to run cell + create new cell... _or I missed you talking about that?_

sarimbinwaseem
Автор

Haha, I pipinstalled at the beginning and then was baffled it didn't work. Unpaused, "e at the end and not an a" -

davidmurphy
Автор

JupyterLab is more powerful than Jupyter Notebook.

ButchCassidyAndSundanceKid