How to Install and Import Pandas (& Jupyter Lab) - Python ~ Episode 0

Published: 22 February 2022
on channel: David Weiss
6,881
33

Hey Coders! Are you interested in analyzing data in python? Are you aspiring to become a Data Engineer / Data Scientist one day? If yes, then learning pandas, an immensely popular python package for data analysis and manipulation, is a must. Pandas allows python scripts to read in tabular data of all sizes in a neat and organized way, clean it, transform it, analyze it, and then export it back out in csv, sql, excel, and many other file formats. In my eyes, pandas is sort of like SQL for python, but of course, there's even more functionality wrapped in the package which we'll be tutorialing throughout this playlist. In this video, we'll be learning how to install pandas using the pip command and import it into our python file. We'll also be using Jupyter Lab throughout this playlist (which is optional), so we'll take some time to install that as well.

Check out the source code on GitHub:
https://github.com/davidtheweiss/pand...

❤️ Support the ongoing growth of this channel, get exclusive perks, and receive consultation on your projects!   / davidweissprogramming  

🧑‍💻 Pandas Documentation: https://pandas.pydata.org/docs/refere...

----------------------------------------------------------------------------------------------
🕒 Timestamps
0:00 Intro
0:36 What is pandas?
1:54 Overview and Problem Statement
2:50 Installing pandas using pip install pandas
4:57 Installing jupyterlab using pip install jupyterlab
6:51 Viewing the jupyter lab UI using the command jupyter lab
----------------------------------------------------------------------------------------------
Other playlists:

-------------------------------------
Python
-------------------------------------
Interview Prep Introduction:
   • Python Interview Prep - Season 0 | In...  

Pandas:
   • Pandas  

-------------------------------------
Flutter
-------------------------------------
Basic Widgets:
   • Flutter - Season 2 | Basic Widgets  

Dart:
   • Flutter - Season 1 | Dart  

Flutter Orientation:
   • Flutter - Season 0 | Orientation  

-------------------------------------
Google Cloud
-------------------------------------
Compute Engine:
   • Google Cloud - Season 2 | Compute Engine  

App Engine:
   • Google Cloud - Season 1 | App Engine  

Google Cloud Orientation:
   • Google Cloud - Season 0 | Orientation  

-------------------------------------
Apps Script
-------------------------------------
Cache Service:
   • Apps Script - Season 17 | Cache Service  

JDBC Service:
   • Apps Script - Season 16 | JDBC Service  

Data Studio Service:
   • Apps Script - Season 15 | Data Studio...  

Maps Service:
   • Apps Script - Season 14 | Maps Service  

Utilities Service:
   • Apps Script - Season 13 | Utilities S...  

Properties Service:
   • Apps Script - Season 12 | Properties ...  

URL Fetch Service:
   • Apps Script - Season 11 | URL Fetch S...  

Drive Service:
   • Apps Script - Season 10 | Drive Service  

Forms Service:
   • Apps Script - Season 9 | Forms Service  

Lock Service:
   • Apps Script - Season 8 | Lock Service  

HTML Service:
   • Apps Script - Season 7 | HTML Service  

Document Service:
   • Apps Script - Season 6 | Document Ser...  

Slides Service:
   • Apps Script - Season 5 | Slides Service  

Calendar Service:
   • Apps Script - Season 4 | Calendar Ser...  

Script Service:
   • Apps Script - Season 3 | Script Service  

Gmail Service:
   • Apps Script - Season 2 | Gmail Service  

Spreadsheet Service:
   • Apps Script - Season 1 | Spreadsheet ...  

Apps Script Orientation:
   • Apps Script - Season 0 | Orientation  
----------------------------------------------------------------------------------------------