Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apfirebolt/numpy-and-pandas-examples

Some examples and sample datasets to learn numpy, pandas and other data science libraries in Python
https://github.com/apfirebolt/numpy-and-pandas-examples

data-analysis jupyter-notebook numpy pandas python

Last synced: 5 days ago
JSON representation

Some examples and sample datasets to learn numpy, pandas and other data science libraries in Python

Awesome Lists containing this project

README

        

# Numpy and Pandas examples
Some examples and dataset reading optimization techniques in Python using Numpy and Pandas

# Made Using

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white)
![NumPy](https://img.shields.io/badge/numpy-%23013243.svg?style=for-the-badge&logo=numpy&logoColor=white)

# Overview

I was recently assigned on a data analysis project in my company where I need to analysis large datasets and perform operations on them efficiently. This repo was created
in the process of me familiarizing myself with Pandas and Numpy and other elementary libraries which are used while working with datasets in Python.

# Dataset Reading Optimization

To be added later