Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulajkavinda/pandas-exploring-data-ml
🐼 Exploring data with pandas library.
https://github.com/dulajkavinda/pandas-exploring-data-ml
data-analysis machine-learning pandas python
Last synced: about 2 months ago
JSON representation
🐼 Exploring data with pandas library.
- Host: GitHub
- URL: https://github.com/dulajkavinda/pandas-exploring-data-ml
- Owner: dulajkavinda
- Created: 2020-04-27T12:08:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T04:49:36.000Z (almost 5 years ago)
- Last Synced: 2024-12-14T03:04:05.401Z (about 2 months ago)
- Topics: data-analysis, machine-learning, pandas, python
- Language: Jupyter Notebook
- Homepage: https://pandas.pydata.org
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring data with Pandas Library 🐼
In computer programming, pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license.
## Getting Started
- [x] Series, Data Frames and CSVs
- [x] Data from URLs
- [x] Describing Data with Pandas
- [x] Selecting and Viewing Data with Pandas
- [x] Manipulating Data
- [x] Assignment: Pandas Practice## Prerequisites
Jupyter Notebook
```
pip install pandas
```## Documentation
* [https://pandas.pydata.org) - Library
## Authors
* Dulaj Kavinda
## License
This project is licensed under the MIT License