Skip to content

Dnyanesh182/Python-NumPy-Pandas-Data-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NumPy & Pandas – Data Processing (Python)

Use Cases (UC)

  • UC1 – Create and manipulate single-dimensional NumPy arrays for basic data operations.
  • UC2 – Work with multi-dimensional NumPy arrays for matrix-based computations.
  • UC3 – Perform mathematical operations on NumPy arrays using vectorized computations.
  • UC4 – Apply slicing and indexing techniques on NumPy arrays for data extraction.
  • UC5 – Reshape and split NumPy arrays for structured data transformation.
  • UC6 – Create and manage Pandas Series and DataFrames from different data sources.
  • UC7 – Perform DataFrame slicing, filtering, and column selection operations.
  • UC8 – Apply arithmetic operations and modify DataFrame columns dynamically.
  • UC9 – Handle missing and duplicate data with cleaning techniques in DataFrames.
  • UC10 – Perform aggregation and group-by operations for data analysis and summarization.

About

Implementation of data processing operations using NumPy for numerical computation and Pandas for DataFrame handling, including data manipulation, transformation, and analysis.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors