Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  git
585c04ae59
fix: use shorter file names
1 month ago
509979ad7f
feat: pandas exercises added
1 month ago
4ea1f3a050
chore: add gitignore
1 month ago
5cbfd440e5
chore: update readme
1 month ago
0c2f4a5cca
fix: add ipykernel to poetry
1 month ago
0c2f4a5cca
fix: add ipykernel to poetry
1 month ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

python-for-data-analysis

Effective Data Analysis Using NumPy and Pandas: A Python Reference Guide--> source 1

Up and Running

Create a virtual environment in the root directory

python3 -m venv env
source env/bin/activate

Install Poetry for dependency management

env/bin/pip install -U pip setuptools
env/bin/pip install poetry  

Install project dependencies

poetry install

Jupyter notebook kernel selection: use ./env/bin/python

Contents

NumPy Basics

  • Introduction to NumPy Arrays
  • Array Indexing and Selection
  • Array Operations
  • Practice Exercises

Pandas Basics

  • Working with Series
  • Working with DataFrames
  • Handling Missing Data
  • GroupBy Operations
  • Merging, Joining, and Concatenating Data
  • DataFrame Operations
  • Data Input and Output Techniques
  • Practice Exercises
Tip!

Press p or to see the previous file or, n or to see the next file

About

Effective Data Analysis Using NumPy and Pandas: A Python Reference Guide

Collaborators 1

Comments

Loading...