Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/apfirebolt/numpy-and-pandas-examples
- Owner: Apfirebolt
- Created: 2022-08-29T19:59:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T01:43:57.000Z (over 2 years ago)
- Last Synced: 2025-01-21T00:48:46.488Z (9 days ago)
- Topics: data-analysis, jupyter-notebook, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 779 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news-dataset.py
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