Skip to content

uwn-online/Python-for-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python for Data Analysis

This repository contains my data cleaning and analysis work using Python.

🧹 Current Project

Data Cleaning Notebook
This notebook shows how I clean and prepare data using Python libraries such as Pandas and NumPy.
It includes steps for handling missing values, renaming columns, and fixing data types.

⚙️ How to Run the Notebook

  1. Clone the repository:

    git clone https://github.com/uwn-online/Python-for-data-analysis.git
    cd Python-for-data-analysis
    
  2. Create and activate a virtual environment: python -m venv venv venv\Scripts\activate

  3. Install the required packages: pip install -r requirements.txt

  4. Open the notebook in VS Code or Jupyter and select the Python (venv) kernel.

📦 Tools and Libraries

Python 3.11

Pandas

NumPy

Jupyter

About

Collection of data analysis projects using python libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors