Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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