Skip to content

ramesaliyev/hello-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Pandas

These are the notebooks I've created while following the DataCamp's Data Manipulation with Python track.


#1 Data Manipulation with Pandas [see course]

Chapter 1: Transforming DataFrames
Chapter 2: Aggregating DataFrames
Chapter 3: Slicing and Indexing DataFrames

Python Env Setup

First Setup

$ python3 -m venv venv/
$ source venv/bin/activate
$ pip install -r requirements.txt

Running

// activate env
$ source venv/bin/activate

// start jupyter-lab
$ ./venv/bin/jupyter-lab --port=8888

Info: Installing Package

$ pip install <package>
$ pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published